Skip to content

Commit e439444

Browse files
committed
Fix base path
1 parent 8c9fa96 commit e439444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import glslPlugin from 'vite-plugin-glsl';
44

55
export default defineConfig({
66
vite: {
7+
base: "/2025.nixcon.org/", // Add base path for GitHub Pages deployment
78
plugins: [
89
tailwindcss(),
910
glslPlugin()

0 commit comments

Comments
 (0)