summaryrefslogtreecommitdiff
path: root/examples/portfolio/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-04-30 10:35:20 -0600
committerGravatar GitHub <noreply@github.com> 2021-04-30 10:35:20 -0600
commitf39a91e6ecbcf5c3c2f431fa8dfc3fbc9a71d89a (patch)
tree9ccc7a538aa3dd32369c80db81c0dac7d9ceab43 /examples/portfolio/astro.config.mjs
parenta79c63750f63eee9e8d32ba156c78a71b25dda12 (diff)
downloadastro-f39a91e6ecbcf5c3c2f431fa8dfc3fbc9a71d89a.tar.gz
astro-f39a91e6ecbcf5c3c2f431fa8dfc3fbc9a71d89a.tar.zst
astro-f39a91e6ecbcf5c3c2f431fa8dfc3fbc9a71d89a.zip
Add portfolio example (#140)
* Add portfolio example * Feedback
Diffstat (limited to 'examples/portfolio/astro.config.mjs')
-rw-r--r--examples/portfolio/astro.config.mjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/portfolio/astro.config.mjs b/examples/portfolio/astro.config.mjs
new file mode 100644
index 000000000..f50751cfd
--- /dev/null
+++ b/examples/portfolio/astro.config.mjs
@@ -0,0 +1,5 @@
+export default {
+ extensions: {
+ '.jsx': 'preact',
+ },
+};