DEV;Update mobile view and add Jenkinsfile

This commit is contained in:
Roman Jaroš 2022-07-06 16:19:59 +02:00
parent 01d9d0d4a3
commit 906691bf15
22 changed files with 305 additions and 212 deletions

View file

@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
reactStrictMode: true,
i18n: {
locales: ["cs"],
defaultLocale: "cs",
},
output: "standalone",
};
module.exports = nextConfig
module.exports = nextConfig;