development #4

Closed
sashaastiadi wants to merge 26 commits from development into main
Showing only changes of commit b7ff5960ba - Show all commits

View File

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