15 Commits

Author SHA1 Message Date
0daadedc3d 🧹 Remove unused constant
All checks were successful
Build and deploy website / build (push) Successful in 1m6s
Signed-off-by: Martin Berg Alstad <git@martials.no>
2025-08-26 19:51:38 +02:00
975aafa8b9 Staging env file and prefix title with [DEV] while in staging 2025-08-26 19:50:54 +02:00
d160e6d1ca 🐛 Fix language not switching on dynamic pages
All checks were successful
Build and deploy website / build (push) Successful in 34s
2025-07-28 18:17:18 +00:00
3840766ad5 Fixed language not switching 2025-07-28 18:17:18 +00:00
e06ef027fd Update TODO
Signed-off-by: Martin Berg Alstad <git@martials.no>
2025-07-28 18:17:18 +00:00
e5a95e0c97 Start updating paraglide to v2 2025-07-28 18:17:18 +00:00
c9cb20cd38 🔥 Remove prettier 2025-07-28 18:17:18 +00:00
a77266b683 Update git domain 2025-07-28 18:17:18 +00:00
15440bb912 🎨 Fix lint errors using Biome 2025-07-28 18:17:18 +00:00
fafc48cfce 🎨 Format using Biome 2025-07-28 18:17:18 +00:00
cae5e408bd Adde Biome formatter and linter 2025-07-28 18:17:18 +00:00
869074dd89 ❄️ Add Nix shell 2025-07-28 18:17:18 +00:00
1892d38d18 📦 Update dependencies 2025-07-28 18:17:18 +00:00
d5ca576068 ✍️ Update TODO.md 2025-07-28 18:17:18 +00:00
b1061e56c6 🐛 Fix trailing slash 2025-07-28 18:17:18 +00:00
3 changed files with 413 additions and 391 deletions

View File

@ -12,7 +12,7 @@
- [x] Staging environment - [x] Staging environment
- [x] Deploy to staging environment on push to develop - [x] Deploy to staging environment on push to develop
- [x] Deploy to production environment on push to master - [x] Deploy to production environment on push to master
- [x] Staging environment .env file - [ ] Staging environment .env file
## SEO ## SEO
- [ ] Meta tags on each page - [ ] Meta tags on each page

View File

@ -18,24 +18,24 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4", "@astrojs/mdx": "^4.3.0",
"@astrojs/node": "9.4.3", "@astrojs/node": "9.2.2",
"@astrojs/sitemap": "^3.5.1", "@astrojs/sitemap": "^3.4.1",
"@astrojs/svelte": "^7.1.0", "@astrojs/svelte": "^7.1.0",
"@iconify-json/pajamas": "^1.2.15", "@iconify-json/pajamas": "^1.2.11",
"@inlang/paraglide-js": "2.2.0", "@inlang/paraglide-js": "2.1.0",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12", "@tailwindcss/vite": "^4.1.11",
"astro": "^5.13.3", "astro": "^5.10.2",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"sharp": "^0.34.3", "sharp": "^0.34.2",
"svelte": "^5.38.3", "svelte": "^5.34.9",
"tailwindcss": "^4.1.12", "tailwindcss": "^4.1.11",
"typescript": "^5.9.2" "typescript": "^5.8.3"
}, },
"devDependencies": { "devDependencies": {
"daisyui": "^5.0.51", "daisyui": "^5.0.43",
"vite": "^7.1.3" "vite": "^7.0.0"
} }
} }

776
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff