@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user