astro/docs-www/astro.config.mjs
Kitto Khrangtong 7d719ff75d
Create initial docs site (#389)
* create initial docs site

* change copy for title and header to say Astro Docs

* create initial docs site

* remove text merge changes

* change workspaceRoot and remove yarn.lock from docs-www

* add docs-www to workspace

Co-authored-by: Kitto Khrangtong <kitto@queensboro.com>
2021-06-11 16:33:36 -04:00

5 lines
70 B
JavaScript

export default {
renderers: [
'@astrojs/renderer-preact'
]
};