Skip to content

Commit 4aef8ea

Browse files
committed
feat: make urls relative
1 parent 7f02fa6 commit 4aef8ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if (process.env.STATS !== undefined) {
1414
}
1515

1616
export default defineConfig({
17+
base: "./",
1718
plugins: plugins,
1819
publicDir: path.resolve(__dirname, "./static"),
1920
build: {

0 commit comments

Comments
 (0)