fix: set prerender

This commit is contained in:
Reinaldy Rafli 2021-07-15 17:58:07 +07:00
parent bdf3aae4e4
commit b7b32225c3
2 changed files with 7 additions and 0 deletions

3
client/.env.example Normal file
View File

@ -0,0 +1,3 @@
VITE_NODE_ENV=development
VITE_API_ENDPOINT=
VITE_SENTRY_DSN=

View File

@ -1,3 +1,7 @@
<script context="module">
export const prerender = true;
</script>
<script lang="ts">
import { _ } from 'svelte-i18n';
import { goto } from '$app/navigation';