Skip to content

Commit 4279723

Browse files
committed
Fix: Set correct base path for GitHub Pages deployment
1 parent 3f6e2da commit 4279723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vite'
22

33
export default defineConfig({
44
// Use relative paths for assets to work in any subdirectory or environment
5-
base: './',
5+
base: '/nk-creations/',
66
build: {
77
outDir: 'dist',
88
assetsDir: 'assets',

0 commit comments

Comments
 (0)