summaryrefslogtreecommitdiff
path: root/examples/portfolio-svelte/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-14 11:41:57 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-14 11:41:57 -0700
commit80066c01c26d974d79bde27bf0e271efad3aa76c (patch)
tree76a19f59d85fc58ff7eb4fbffddfc61551d7622e /examples/portfolio-svelte/astro.config.mjs
parent75f4c17e4ce8723de34303fedaf7af17e5add27d (diff)
downloadastro-80066c01c26d974d79bde27bf0e271efad3aa76c.tar.gz
astro-80066c01c26d974d79bde27bf0e271efad3aa76c.tar.zst
astro-80066c01c26d974d79bde27bf0e271efad3aa76c.zip
cleanup the repo, remove outdated files and folders (#2771)
Diffstat (limited to 'examples/portfolio-svelte/astro.config.mjs')
-rw-r--r--examples/portfolio-svelte/astro.config.mjs13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/portfolio-svelte/astro.config.mjs b/examples/portfolio-svelte/astro.config.mjs
deleted file mode 100644
index a22ba9c95..000000000
--- a/examples/portfolio-svelte/astro.config.mjs
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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} */ ({
- // Enable the Svelte renderer to support Svelte components.
- renderers: ['@astrojs/renderer-svelte'],
-});