@@ -1,9 +1,12 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
import type { NextConfig } from "next";
|
||||||
const nextConfig = {
|
|
||||||
|
const nextConfig: NextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
// Opzionale: se carichi il sito in una sottocartella (es. nome-repo su GitHub Pages)
|
|
||||||
// basePath: '/nome-progetto',
|
basePath: '/resistereinsilenzio-luigi',
|
||||||
// images: { unoptimized: true }, // Obbligatorio se usi l'elemento <Image> di Next
|
images: {
|
||||||
|
unoptimized: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user