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