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