chore: add test infrastructure and static export config

This commit is contained in:
Ilia Mashkov
2026-04-18 15:32:01 +03:00
parent 2dfd9a81b7
commit 0fdafb22f1
3 changed files with 1595 additions and 28 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
import type { NextConfig } from "next";
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
/* config options here */
};
output: 'export',
images: { unoptimized: true },
}
export default nextConfig;
export default nextConfig