Finished version 1

This commit is contained in:
Rafael González
2022-01-07 22:21:53 -06:00
commit 67b686901b
51 changed files with 4354 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// Full Astro Configuration API Documentation:
// https://docs.astro.build/reference/configuration-reference
// @type-check enabled!
// VSCode and other TypeScript-enabled text editors will provide auto-completion,
// helpful tooltips, and warnings if your exported object is invalid.
// You can disable this by removing "@ts-check" and `@type` comments below.
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
// Comment out "renderers: []" to enable Astro's default component support.
renderers: [],
buildOptions:{
site: "https://rafa.page",
sitemap: true
}
});