You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Set it to `false` to disable the maintenance overlay and show the full website
44
44
4. Set it to `true` to enable the maintenance overlay
45
45
46
-
## 📝 Making Changes
46
+
## Making Changes
47
47
48
48
### Updating Content
49
49
@@ -150,7 +150,7 @@ The website uses Tailwind CSS for styling. The main configuration is in:
150
150
2. Add the route in `src/App.tsx`
151
151
3. Add the navigation link in `src/components/Navbar.tsx`
152
152
153
-
## 🚀 Deployment
153
+
## Deployment
154
154
155
155
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment process is handled by the GitHub Actions workflow in `.github/workflows/deploy.yml`.
156
156
@@ -188,22 +188,6 @@ The website is fully responsive with three main breakpoints:
188
188
- Tablet: 768px - 1024px
189
189
- Desktop: > 1024px
190
190
191
-
## 🔍 SEO
192
-
193
-
Update the metadata in `index.html` to improve SEO:
0 commit comments