export default { // projectRoot: '.', // Where to resolve all URLs relative to. Useful if you have a monorepo project. // pages: './src/pages', // Path to Astro components, pages, and data // dist: './dist', // When running `astro build`, path to final static output // public: './public', // A folder of static files Astro will copy to the root. Useful for favicons, images, and other files that don’t need processing. buildOptions: { // site: 'http://example.com', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs. // sitemap: true, // Generate sitemap (set to "false" to disable) }, devOptions: { // port: 3000, // The port to run the dev server on. // tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js' }, renderers: ['@astrojs/renderer-react'], }; option> Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11feat: expose user astro error (#8012)Gravatar Emanuele Stoppa 6-2/+38
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 135-801/+856
2023-08-10Remove the Nelify Edge adapter (#8029)Gravatar Matthew Phillips 28-543/+27
2023-08-10Remove the Vercel Edge adapter (#8015)Gravatar Matthew Phillips 6-237/+27
2023-08-10Clear todos and remove css kebab handling (#8019)Gravatar Bjorn Lu 9-55/+45
2023-08-10refactor: add pipeline concept (#8020)Gravatar Emanuele Stoppa 15-78/+279
2023-08-10chore: update after mergeGravatar Emanuele Stoppa 1-13/+18
2023-08-10[ci] formatGravatar bluwy 2-3/+6
2023-08-10Move hoisted script analysis optimization as experimental (#8011)Gravatar Bjorn Lu 6-38/+88
2023-08-10more efficient _routes.json for cloudflare integration (#7846)Gravatar Marco Schumacher 17-16/+242
2023-08-09[ci] release (#8000)create-astro@3.1.12astro@2.10.4@astrojs/preact@2.2.2Gravatar Houston (Bot) 48-96/+97
2023-08-09Support Bun by adjusting how `@babel/plugin-transform-react-jsx` is imported....Gravatar dave caruso 3-12/+15
2023-08-09feat: remove @astrojs/image completely (#7922)Gravatar Erika 182-20267/+38
2023-08-09[ci] formatGravatar ElianCodes 1-14/+14
2023-08-09fixed image path and add markdown syntax in example (#7802)Gravatar Keshav Mohta 1-6/+113
2023-08-09chore: merge from mainGravatar Emanuele Stoppa 1-0/+4
2023-08-09Remove nested JSON.stringify from props serialization (#7995)Gravatar Jany Belluz 4-29/+41
2023-08-09docs: Fix error link in markdoc (#8006)Gravatar 李瑞丰 1-1/+1
2023-08-09Fix examples check hang (#7998)Gravatar Bjorn Lu 4-5/+20
2023-08-09Preserve base slash when trailingSlash ignore (#7878)Gravatar Bjorn Lu 10-39/+42
2023-08-08fix: `EndpointOutput` type with encoding `'binary'` (#8003)Gravatar Juan Martín Seery 5-18/+28
2023-08-08Add shorthand for Starlight templates to `create astro` (#7993)Gravatar Chris Swithinbank 2-1/+9
2023-08-08chore: update prettier to `3.0` (#7957)Gravatar Emanuele Stoppa 12-47/+53
2023-08-08feat: new attribute scope style strategy (#7893)Gravatar Emanuele Stoppa 9-29/+101
2023-08-08chore: fix rebase issueGravatar Emanuele Stoppa 2-489/+555
2023-08-08Remove StreamingCompatibleResponse polyfill (#7981)Gravatar Bjorn Lu 3-82/+6
2023-08-08Remove undici dep (#7980)Gravatar Bjorn Lu 10-14/+9
2023-08-08Remove markdown component (#7931)Gravatar Bjorn Lu 88-1499/+10
2023-08-08Fix node test fail (#7950)Gravatar Bjorn Lu 14-17/+15
2023-08-08[ci] release (beta) (#7897)Gravatar Houston (Bot) 86-100/+783
2023-08-08feat: change `compressHTML` default value to `true` (#7918)Gravatar Emanuele Stoppa 3-2/+15
2023-08-08feat: add noop service and make integrations that needs it use it (#7903)Gravatar Erika 5-9/+41
2023-08-08feat: use external @astrojs/check (#7892)Gravatar Erika 6-520/+160
2023-08-08Refactor MDX components exports handling (#7904)Gravatar Bjorn Lu 4-7/+15
2023-08-08feat: make Sharp the default image service (#7908)Gravatar Erika 4-12/+22
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 75-101/+108
2023-08-08fix: update examples to use the new API of cookies (#7899)Gravatar Emanuele Stoppa 3-3/+3
2023-08-08ci: change release tag name (#7898)Gravatar Emanuele Stoppa 1-1/+1
2023-08-08chore: use workspace packages (#7896)Gravatar Emanuele Stoppa 2-2/+2
2023-08-08chore: use workspace packages (#7894)Gravatar Emanuele Stoppa 4-8/+8
2023-08-08Make Astro.cookies.get(key) return undefined (#7888)Gravatar Matthew Phillips 4-15/+35
2023-08-08chore: remove deleted packageGravatar Emanuele Stoppa 1-1/+0