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.
|
- import { defineConfig } from 'astro/config';
-
- // https://astro.build/config
- export default defineConfig({
- output: 'static',
- build: {
- format: 'file'
- },
- });
|