mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
fix 404
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { languages } from '$lib/languages';
|
||||
import { _, isLoading } from 'svelte-i18n';
|
||||
|
||||
let location: string;
|
||||
let location: string = '';
|
||||
let title: string;
|
||||
|
||||
$: if ($page.route.id) {
|
||||
|
@@ -15,7 +15,6 @@ const config = {
|
||||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: '404.html',
|
||||
precompress: false,
|
||||
strict: true
|
||||
}),
|
||||
|
Reference in New Issue
Block a user