Merge branch 'development' of https://git.ourworld.tf/ourworld_web/ourverse_new into development

This commit is contained in:
sasha-astiadi 2024-09-12 12:30:26 +02:00
commit b7ff5960ba

View File

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'export',
};
module.exports = nextConfig
module.exports = nextConfig;