chore: enable static html exports in next.config.ts

This commit is contained in:
Alaguraj0361 2026-07-15 14:28:14 +05:30
parent 4d34ce8b5d
commit 67407ab6ba

View File

@ -1,7 +1,9 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: "export",
images: { images: {
unoptimized: true,
remotePatterns: [ remotePatterns: [
{ {
protocol: "https", protocol: "https",