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

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

View File

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