Files
filc-archive/Sites/filcnaplo.hu/next.config.js
2024-05-14 18:05:02 +02:00

14 lines
217 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
assetPrefix: "./",
i18n: {
locales: ['hu'],
defaultLocale: 'hu',
},
};
module.exports = nextConfig;