// 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 Vue renderer to support Vue components. renderers: ['@astrojs/renderer-vue'], }); >index : astro
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src/components/VueCounter.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-03[ci] formatGravatar matthewp 2-2/+2
2023-01-03Markdown and MDX configuration rework (#5684)Gravatar Ben Holmes 14-1665/+2188
2023-01-03[ci] formatGravatar bholmesdev 4-46/+45
2023-01-03Change frontmatter injection ordering (#5687)Gravatar Ben Holmes 29-204/+234
2023-01-03Cleanup internal breaking changes (#5724)Gravatar Bjorn Lu 4-33/+7
2023-01-03Fix astro-embed peerDep issue (#5731)Gravatar Matthew Phillips 2-2/+2
2023-01-03Fix missing ts flag on main (#5730)Gravatar Matthew Phillips 1-0/+1
2023-01-03[ci] formatGravatar matthewp 3-10/+2
2023-01-03Remove MDX Fragment hack (#5716)Gravatar Bjorn Lu 2-9/+6
2023-01-03Remove deprecated APIs (#5707)Gravatar Bjorn Lu 18-217/+87
2023-01-03Unflag experimental features (#5728)Gravatar Nate Moore 13-122/+26
2023-01-03Upgrade to Vite 4 (#5685)Gravatar Bjorn Lu 21-3459/+337
2023-01-03[ci] update lockfile (#5686)Gravatar Fred K. Bot 4-3215/+2864