charlotte.partners: redirect 2 bsky
This commit is contained in:
parent
480726cf71
commit
f4436c5a38
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ export const config = ngx("server", [
|
||||||
"etag off",
|
"etag off",
|
||||||
`root /srv/www/${domain}`,
|
`root /srv/www/${domain}`,
|
||||||
]),
|
]),
|
||||||
|
ngx("location = /", [
|
||||||
|
"return 302 https://bsky.app/profile/charlotte.partners",
|
||||||
|
]),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (import.meta.main) console.log(config.build());
|
if (import.meta.main) console.log(config.build());
|
||||||
|
|
Loading…
Reference in a new issue