summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-13[ci] formatGravatar matthewp 4-15/+10
2023-03-13Prevent astro:content from depending on Node builtins (#6537)Gravatar Matthew Phillips 10-37/+77
2023-03-13[ci] formatGravatar bholmesdev 1-1/+1
2023-03-13[Content collections] Better error formatting (#6508)Gravatar Ben Holmes 7-16/+220
2023-03-13[ci] formatGravatar matthewp 1-2/+2
2023-03-13Treeshake exported client components that are not imported (#6527)Gravatar Bjorn Lu 13-11/+191
2023-03-13Add warning when using assets with non-node adapters (#6533)Gravatar Erika 2-0/+30
2023-03-13[ci] formatGravatar bluwy 1-1/+3
2023-03-13fix: rebase _routes.json for Cloudflare when config.base set (#6473)Gravatar Richard Simpson 2-1/+11
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 11-9/+24
2023-03-13[ci] formatGravatar matthewp 1-1/+1
2023-03-13Remove false-positive warnings from Cloudflare's build (#6531)Gravatar Matthew Phillips 2-0/+10
2023-03-13Fix `env.d.ts` switching back between types on every restart when assets are ...Gravatar Erika 2-1/+13
2023-03-13fix(assets): Fix types to be more accurate (#6530)Gravatar Erika 8-23/+38
2023-03-13fix(images): Move emitESMImage util to another file (#6505)Gravatar Erika 4-44/+46
2023-03-10feat: cache `getCollection()` calls in production (#6503)Gravatar Ben Holmes 2-20/+34
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 65-85/+90
2023-03-10[ci] formatGravatar natemoo-re 1-1/+1
2023-03-10fix: prefer dynamic import for `image-size` (#6495)Gravatar Nate Moore 1-2/+5
2023-03-10Add postbuild to build:ci command (#6498)Gravatar Bjorn Lu 1-1/+1
2023-03-09Make Tailwind & Turbolinks integration descriptions more consistent (#6419)Gravatar Yan Thomas 3-2/+8
2023-03-09[ci] formatGravatar matthewp 1-1/+1
2023-03-09Remove usage of createRequire in core image (#6488)Gravatar Matthew Phillips 3-3/+7
2023-03-09add browser to bug reports (#6474)Gravatar Elian ☕️ 1-0/+7
2023-03-09Fix `@astrojs/prism` edgecase with pnpm (#6485)Gravatar Bjorn Lu 2-4/+16
2023-03-09Fix using images in content collections (#6483)Gravatar Erika 13-62/+199
2023-03-09chore: update example favicons (#6487)Gravatar Nate Moore 27-289/+202
2023-03-09Add back support for Astro.clientAddress to Vercel serverless (#6484)Gravatar Matthew Phillips 2-2/+12
2023-03-09Get rid of ‘txt not found’ (#6486)Gravatar Elian ☕️ 1-1/+1
2023-03-09fix sidebar group titles css (#6289)Gravatar Djobbo-Victor 1-1/+1
2023-03-09feat(rss): add option to remove the trailing slash (#6453)Gravatar Emanuele Stoppa 5-5/+65
2023-03-09Add default .npmrc for `astro add lit` (#6460)Gravatar Bjorn Lu 3-0/+33
2023-03-08[ci] release (#6468)astro@2.1.2Gravatar Houston (Bot) 40-69/+70
2023-03-08[ci] formatGravatar matthewp 2-2/+5
2023-03-08Fix asset loading in dev mode (#6466)Gravatar Matthew Phillips 3-3/+15
2023-03-08[ci] release (#6456)astro@2.1.1Gravatar Houston (Bot) 43-84/+76
2023-03-08Fixes ESM imported assets to be root relative (#6465)Gravatar Matthew Phillips 5-1/+40
2023-03-08docs(images): Add docs for image related errors (#6463)Gravatar Erika 4-8/+57
2023-03-09Prevent HTML-escape of raw strings in JSX script/style tags (#6459)Gravatar Bjorn Lu 8-12/+567
2023-03-08[docs] Fix Markdoc README links (#6458)Gravatar Sarah Rainsberger 1-2/+2
2023-03-08feat(images): Add support for ESM importing SVGs when using `astro:assets` (#...Gravatar Erika 7-2/+230
2023-03-08Fix configuration reference docs (#6455)Gravatar Chris Swithinbank 2-0/+27
2023-03-07[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.0Gravatar Houston (Bot) 92-253/+564
2023-03-07Set performance package markdoc versionGravatar Matthew Phillips 2-2/+2
2023-03-07Fix markdoc version (#6450)Gravatar Matthew Phillips 3-4/+4
2023-03-07Update with-markdoc example (#6449)Gravatar Matthew Phillips 1-1/+1
2023-03-07chore: bump markdoc package dependentsGravatar bholmesdev 2-3/+3
2023-03-07chore: bump with-markdoc integration versionGravatar bholmesdev 1-1/+1
2023-03-07chore: bump Markdoc to v0.0.1Gravatar bholmesdev 1-1/+1
2023-03-07[ci] formatGravatar bholmesdev 10-35/+36