`/` -> `/site` refactor

i18n
Michal S 2 years ago committed by marshmallow
parent ecad2de54a
commit 7857dbd694

@ -7,6 +7,7 @@ import i18next from "./next-i18next.config.js";
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
basePath: '/site',
webpack(config) {
config.module.rules.push({
test: /\.svg$/,

Loading…
Cancel
Save