Skip to content

Commit 712ca73

Browse files
committed
update
1 parent 21dfba0 commit 712ca73

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/routes/+layout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const prerender = true;

src/routes/+layout.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import favicon from '$lib/assets/favicon.png';
33
44
let { children } = $props();
5-
6-
export const prerender = true;
75
</script>
86

97
<svelte:head>

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import adapter from '@sveltejs/adapter-static';
33
/** @type {import('@sveltejs/kit').Config} */
44
const config = {
55
kit: {
6-
adapter: adapter(),
6+
adapter: adapter({ strict: false }),
77
paths: {
88
base: process.env.BASE_PATH || ''
99
}

0 commit comments

Comments
 (0)