-
All checks were successful
Deploy / trigger (push) Successful in 2s

This commit is contained in:
2026-04-29 21:31:19 +02:00
parent ef329b4def
commit bbdbb4cf1a
32 changed files with 135 additions and 134 deletions

View File

@@ -3,8 +3,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
trailingSlash: true,
basePath: '/my-app/out',
basePath: '',
images: { unoptimized: true },
};
export default nextConfig;