Compile PDF and EPUB files from static Web assets.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
1234 |
- import { defineConfig } from 'astro/config';
-
- // https://astro.build/config
- export default defineConfig({});
|