Skip to content

Commit 8ce621f

Browse files
committed
fix SvelteKit static content path
1 parent 3405134 commit 8ce621f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

svelte.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ const config = {
1313
// Override http methods in the Todo forms
1414
methodOverride: {
1515
allowed: ['PATCH', 'DELETE']
16+
},
17+
18+
files: {
19+
assets: "src/static"
1620
}
1721
}
1822
};

0 commit comments

Comments
 (0)