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ů.

astro.config.mjs 109 B

1234
  1. import { defineConfig } from 'astro/config';
  2. // https://astro.build/config
  3. export default defineConfig({});