You've already forked Atomcms-edit
Initial commit
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
const nextConfig = {
|
||||
outputFileTracingRoot: "/var/www/atomcms/frontend",
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "epicnabbo.nl",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**.cloudfront.net",
|
||||
},
|
||||
],
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
destination: "http://localhost:8000/api/:path*",
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user