Upgrade to latest nodejs and completely rework website
This commit is contained in:
parent
07270c3aa6
commit
0372c4cd77
38 changed files with 4135 additions and 6933 deletions
|
@ -1,11 +1,8 @@
|
|||
// @ts-check
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
i18n: {
|
||||
locales: ["cs"],
|
||||
defaultLocale: "cs",
|
||||
},
|
||||
trailingSlash: true,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = nextConfig
|
Loading…
Add table
Add a link
Reference in a new issue