Skip to content

Commit b5eb8a1

Browse files
committed
base
1 parent 7dd5523 commit b5eb8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svelte.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const config = {
1212
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
1313
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
1414
adapter: adapter(),
15-
outDir: '.dist'
15+
outDir: '.dist',
16+
base: '/'
1617
}
1718
};
1819

0 commit comments

Comments
 (0)