Initial commit

This commit is contained in:
2026-05-15 09:52:56 +02:00
commit 634c1822b0
19 changed files with 6927 additions and 0 deletions

9
astro.config.mjs Normal file
View File

@@ -0,0 +1,9 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static',
site: 'https://www.smart-roots.net',
build: {
format: 'directory' // genera /contatti/index.html invece di /contatti.html
}
});