Added svelt for icons
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@
|
||||
// @ts-check
|
||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
||||
// Comment out "renderers: []" to enable Astro's default component support.
|
||||
renderers: [],
|
||||
renderers: [
|
||||
'@astrojs/renderer-svelte'
|
||||
],
|
||||
buildOptions:{
|
||||
site: "https://rafa.page",
|
||||
sitemap: true
|
||||
|
||||
Reference in New Issue
Block a user