more seo adjustments and trying to fix deploys

nulfrost 3c607238 f7745aa0

bun.lockb

This is a binary file and will not be displayed.

+1
package.json
··· 22 22 "devDependencies": { 23 23 "@iconify-json/lucide": "^1.1.172", 24 24 "@unocss/reset": "^0.58.5", 25 + "detect-libc": "^2.0.3", 25 26 "unocss": "^0.58.5" 26 27 } 27 28 }
+2 -2
src/content/blog/supabase-auth-with-remix-and-vite.md
··· 1 1 --- 2 - title: Supabase Auth with Remix + Vite 3 - description: Get up and running with Remix, Vite and the new Supabase SSR package 2 + title: Add authentication to your Remix application with Supabase 3 + description: Adding authentication to your remix app with Supabase has never been easier, this blog post will show you how to get up and running quickly 4 4 year: 2024 5 5 published_at: 2024-03-08 6 6 ---