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

This commit is contained in:
2026-04-29 21:28:20 +02:00
parent 3f706fbd82
commit ef329b4def
32 changed files with 135 additions and 137 deletions

View File

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