diff --git a/package.json b/package.json index e227a76..ebce195 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build --base=/smol-safe/", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "deploy": "yarn build && gh-pages -d dist"