We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0509a0 commit 7bd7c30Copy full SHA for 7bd7c30
1 file changed
astro.config.mjs
@@ -10,6 +10,6 @@ export default defineConfig({
10
11
// Configurazione per GitHub Pages
12
site: process.env.NODE_ENV === 'production' ? 'https://aborruso.github.io' : 'http://localhost:4321',
13
- base: process.env.NODE_ENV === 'production' ? '/referendum_astro' : '/',
+ base: process.env.NODE_ENV === 'production' ? '/referendum_iniziative_popolari' : '/',
14
output: 'static', // Genera sito statico
15
});
0 commit comments