c46db4ecbd
* Add Non-HTML Pages example * Rename dir non-html-example to non-html-pages * Update name to non-html-pages in package.json
8 lines
285 B
JavaScript
8 lines
285 B
JavaScript
// Full Astro Configuration API Documentation:
|
|
// https://docs.astro.build/reference/configuration-reference
|
|
|
|
// @ts-check
|
|
export default /** @type {import('astro').AstroUserConfig} */ ({
|
|
// Comment out "renderers: []" to enable Astro's default component support.
|
|
renderers: [],
|
|
});
|