diff --git a/ngx/charlotte-partners.ts b/ngx/charlotte-partners.ts index 0a103d6..91065df 100644 --- a/ngx/charlotte-partners.ts +++ b/ngx/charlotte-partners.ts @@ -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());