Initial commit: сайт-блог генеалога на Astro

This commit is contained in:
Технический директор 2026-07-20 22:44:31 +00:00
commit 6cfcc2f18f
42 changed files with 5738 additions and 0 deletions

9
astro.config.mjs Normal file
View file

@ -0,0 +1,9 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://genealog.example.com',
trailingSlash: 'never',
build: {
format: 'file',
},
});