feat: reuse admin
This commit is contained in:
commit
0dafb7a38c
270 changed files with 8809 additions and 0 deletions
29
next.config.mjs
Normal file
29
next.config.mjs
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
/** @type {import("next").NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "cdn.sanity.io",
|
||||
port: ""
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "lh3.googleusercontent.com",
|
||||
port: ""
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "avatars.githubusercontent.com",
|
||||
port: ""
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "pub-b7fd9c30cdbf439183b75041f5f71b92.r2.dev",
|
||||
port: ""
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue