Compile PDF and EPUB files from static Web assets.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

astro.config.mjs 109 B

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