7d719ff75d
* 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>
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
export default {
|
|
renderers: [
|
|
'@astrojs/renderer-preact'
|
|
]
|
|
};
|