Marcel Konjata

Results 1 comments of Marcel Konjata

/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, i18n: { locales: ['en', 'cs'], defaultLocale: 'en' }, async rewrites() { return [ { source: "/admin", destination: "/admin/index.html" // destination: //...