mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
5247a23cbe
* fix: markdown issues * wip: add docs example * example: update doc template * chore: credit Steph for AvatarList * chore: align footer to bottom viewport * chore: feeback R1 * fix: font fallback in firefox * fix merge conflicts * fix: add default value to headers * chore: fix doc example
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
export default {
|
|
extensions: {
|
|
'.tsx': 'preact'
|
|
}
|
|
};
|