- Cleaned project's folders and files.

- Created general layout for pages with title as prop.
- Added favicon
- Added header and footer to the layout
This commit is contained in:
2026-01-29 13:09:34 -05:00
parent 8044b15325
commit 9ea8c2a156
15 changed files with 5152 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/