Skip to content

Commit c8adf75

Browse files
committed
Actual deploy
1 parent 6ec9ead commit c8adf75

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

svelte.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ export default {
44
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
55
// for more information about preprocessors
66
preprocess: vitePreprocess(),
7-
base: "/Storytellers-Society-Hub/"
87
}

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [svelte()],
7+
base: "/Storytellers-Society-Hub/"
78
})

0 commit comments

Comments
 (0)