init. project
This commit is contained in:
11
rag-web-ui/frontend/next.config.js
Normal file
11
rag-web-ui/frontend/next.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
output: "standalone",
|
||||
experimental: {
|
||||
// This is needed for standalone output to work correctly
|
||||
outputFileTracingRoot: undefined,
|
||||
outputStandalone: true,
|
||||
skipMiddlewareUrlNormalize: true,
|
||||
skipTrailingSlashRedirect: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user