Upgrade to latest nodejs and completely rework website

This commit is contained in:
Roman Jaroš 2025-01-11 19:11:20 +00:00
parent 07270c3aa6
commit 0372c4cd77
38 changed files with 4135 additions and 6933 deletions

View file

@ -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