Initial commit: сайт-блог генеалога на Astro
This commit is contained in:
commit
6cfcc2f18f
42 changed files with 5738 additions and 0 deletions
9
astro.config.mjs
Normal file
9
astro.config.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://genealog.example.com',
|
||||
trailingSlash: 'never',
|
||||
build: {
|
||||
format: 'file',
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue