Add homepage photography and canonical Manyangles domain

This commit is contained in:
2026-09-09 18:52:33 -04:00
parent f89d366608
commit 2eecf853a1
9 changed files with 56 additions and 7 deletions
+8
View File
@@ -3,6 +3,14 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
poweredByHeader: false,
async redirects() {
return [{
source: "/:path*",
has: [{ type: "host", value: "manyangles.hadlock.tech" }],
destination: "https://ma.hadlock.tech/:path*",
permanent: true,
}];
},
transpilePackages: [
"@album/contracts",
"@album/database",