chore(build): build docker image
This commit is contained in:
parent
44a95cbf1c
commit
509316b60b
4 changed files with 65 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ const config = {
|
|||
locales: ["en"],
|
||||
defaultLocale: "en",
|
||||
},
|
||||
swcMinify: true,
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Reference in a new issue