mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
f39a91e6ec
* Add portfolio example * Feedback
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
export default {
|
|
extensions: {
|
|
'.jsx': 'preact',
|
|
},
|
|
};
|