1
0
Fork 0

chore(build): build docker image

This commit is contained in:
Vojtěch Mareš 2023-06-27 14:02:24 +02:00
parent 44a95cbf1c
commit 509316b60b
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 65 additions and 0 deletions

View file

@ -18,6 +18,8 @@ const config = {
locales: ["en"],
defaultLocale: "en",
},
swcMinify: true,
output: "standalone",
};
export default config;