We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1f5b0 commit 553477bCopy full SHA for 553477b
2 files changed
README.md
@@ -17,7 +17,7 @@ The deployment process:
17
18
1. Builds the production version using `npm run build`
19
2. Deploys the contents of the `dist` folder to GitHub Pages
20
-3. The site will be available at: `https://[your-username].github.io/zapperment-rocks/`
+3. The site will be available at: `https://zapperment.github.io/`
21
22
### Manual Deployment
23
vite.config.ts
@@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: "/zapperment-rocks/",
+ base: "/",
8
});
0 commit comments