Skip to content

Commit

Permalink
feat: disable gah mode
Browse files Browse the repository at this point in the history
  • Loading branch information
s0er3n committed Dec 30, 2023
1 parent 85a3d5e commit 897e3b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Frontend/src/lib/components/ChangeGameMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
import { api } from "$lib/js/api";
export let gameMode: "gah" | "game";
</script>

2 changes: 1 addition & 1 deletion Frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
fallback: null,
precompress: true,
}),
prerender: { handleMissingId: "ignore" }
prerender: { handleMissingId: "ignore" },
},

preprocess: [
Expand Down

0 comments on commit 897e3b1

Please sign in to comment.