Skip to content

Commit 553477b

Browse files
committed
feat: update config for zapperment.github.io root domain
1 parent 3d1f5b0 commit 553477b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The deployment process:
1717

1818
1. Builds the production version using `npm run build`
1919
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/`
20+
3. The site will be available at: `https://zapperment.github.io/`
2121

2222
### Manual Deployment
2323

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: "/zapperment-rocks/",
7+
base: "/",
88
});

0 commit comments

Comments
 (0)