chore: enable static html exports in next.config.ts
This commit is contained in:
parent
4d34ce8b5d
commit
67407ab6ba
@ -1,7 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
images: {
|
||||
unoptimized: true,
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user