This commit is contained in:
2025-08-18 11:30:28 -05:00
parent 312b90a66e
commit 525009d881
6 changed files with 58 additions and 25 deletions
+3
View File
@@ -1,7 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
trailingSlash: true,
images: {
unoptimized: true,
remotePatterns: [
{
protocol: 'https',