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