diff options
author | 2021-04-30 10:35:20 -0600 | |
---|---|---|
committer | 2021-04-30 10:35:20 -0600 | |
commit | f39a91e6ecbcf5c3c2f431fa8dfc3fbc9a71d89a (patch) | |
tree | 9ccc7a538aa3dd32369c80db81c0dac7d9ceab43 /examples/portfolio/astro.config.mjs | |
parent | a79c63750f63eee9e8d32ba156c78a71b25dda12 (diff) | |
download | astro-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.mjs | 5 |
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', + }, +}; |