charlotte.partners: redirect 2 bsky

This commit is contained in:
Charlotte Som 2024-12-18 21:10:39 +00:00
parent 480726cf71
commit f4436c5a38

View file

@ -15,6 +15,9 @@ export const config = ngx("server", [
"etag off",
`root /srv/www/${domain}`,
]),
ngx("location = /", [
"return 302 https://bsky.app/profile/charlotte.partners",
]),
]);
if (import.meta.main) console.log(config.build());