Skip to content

Commit fbc98fd

Browse files
fix: correct default sveltekit publish directory (#4823)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5abc39d commit fbc98fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework-info/src/frameworks/svelte-kit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"build": {
1616
"command": "vite build",
17-
"directory": ".svelte-kit"
17+
"directory": "build"
1818
},
1919
"logo": {
2020
"default": "/logos/svelte-kit/default.svg",

0 commit comments

Comments
 (0)