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

This commit is contained in:
2026-04-29 21:26:19 +02:00
parent 279be323cb
commit 3f706fbd82
38 changed files with 154 additions and 153 deletions

View File

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