chore: use static export

This commit is contained in:
2025-09-02 00:40:09 +02:00
parent d656d0f579
commit c77d7a16e6

View File

@@ -4,6 +4,7 @@ const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
output: 'export',
reactStrictMode: true,
};