Add homepage photography and canonical Manyangles domain
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user