We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec9ead commit c8adf75Copy full SHA for c8adf75
svelte.config.js
@@ -4,5 +4,4 @@ export default {
4
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
5
// for more information about preprocessors
6
preprocess: vitePreprocess(),
7
- base: "/Storytellers-Society-Hub/"
8
}
vite.config.ts
@@ -4,4 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
+ base: "/Storytellers-Society-Hub/"
})
0 commit comments