chore: add bsky link

This commit is contained in:
Julien Calixte
2026-02-14 10:56:11 +01:00
parent 8b3978e747
commit 94f36121fa
2 changed files with 11 additions and 5 deletions

View File

@@ -1,8 +1,13 @@
[build]
publish = "dist"
command = "pnpm build"
publish = "dist"
command = "pnpm build"
[[redirects]]
from = "/*"
to = "/"
status = 200
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/"
status = 200