fix: set prerender
This commit is contained in:
parent
bdf3aae4e4
commit
b7b32225c3
|
@ -0,0 +1,3 @@
|
|||
VITE_NODE_ENV=development
|
||||
VITE_API_ENDPOINT=
|
||||
VITE_SENTRY_DSN=
|
|
@ -1,3 +1,7 @@
|
|||
<script context="module">
|
||||
export const prerender = true;
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { goto } from '$app/navigation';
|
||||
|
|
Loading…
Reference in New Issue