summaryrefslogtreecommitdiff
path: root/examples/hackernews/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Fix head injection in body with slots.render() and head buffering (#6216)Gravatar Matthew Phillips 11-9/+85
2023-02-13Fix 6206: Cloudflare function path resolving one step above (#6208)Gravatar Marvin Frachet 3-1/+8
2023-02-09Preserve `--root` CLI flag on restart (#6049)Gravatar Nate Moore 2-0/+6
2023-02-09[ci] release (#6184)astro@2.0.10@astrojs/vercel@3.1.1Gravatar Houston (Bot) 46-99/+88
2023-02-09[ci] formatGravatar matthewp 1-4/+4
2023-02-09Fixes usage of Code component in Vercel (#6198)Gravatar Matthew Phillips 3-5/+60
2023-02-09Fix types for TableHTMLAttributes (#6197)Gravatar Bryce Russell 2-2/+8
2023-02-09Vercel adapter README tweaks (#6191)Gravatar Chris Swithinbank 2-6/+12
2023-02-09[ci] formatGravatar matthewp 4-5/+5
2023-02-09Fix head injection misplacement with Astro.slots.render() (#6196)Gravatar Matthew Phillips 19-32/+216
2023-02-09[ci] formatGravatar bholmesdev 1-1/+1
2023-02-09Fix blog starter about page (#6195)Gravatar Ben Holmes 6-29/+90
2023-02-09[ci] update lockfile (#6189)Gravatar Houston (Bot) 1-52/+53
2023-02-08Fix root directory spread pagination `url.prev` for first page (#6183)Gravatar Dan Jutan 6-3/+69
2023-02-08[ci] formatGravatar matthewp 2-3/+4
2023-02-08Ensure base configuration appended to content collection styles (#6182)Gravatar Matthew Phillips 10-2/+108
2023-02-08[ci] formatGravatar matthewp 1-1/+4
2023-02-08Allow binary data to be returned from api routes in SSG (#6180)Gravatar Matthew Phillips 5-3/+22
2023-02-08[ci] release (#6178)astro@2.0.9@astrojs/vercel@3.1.0Gravatar Houston (Bot) 42-78/+82
2023-02-08feat(vercel): Add support for analytics (Audiences & Web Vitals) (#6148)Gravatar Justin Sun 8-7/+137
2023-02-08[Content collections] Surface content config errors in overlay (#6170)Gravatar Ben Holmes 5-7/+33
2023-02-08[ci] formatGravatar matthewp 2-3/+5
2023-02-08Take dynamic imports into account for CSS ordering (#6176)Gravatar Matthew Phillips 12-3/+101
2023-02-08[ci] update lockfile (#6175)Gravatar Houston (Bot) 1-41/+41
2023-02-07[ci] release (#6169)astro@2.0.8Gravatar Houston (Bot) 39-67/+68
2023-02-07[ci] formatGravatar matthewp 1-2/+2
2023-02-07Fix mixed usage of aliases and relative for client hydration (#6168)Gravatar Matthew Phillips 4-4/+51
2023-02-07update node integration README with Fastify code example (#6120)Gravatar Edvinas Jurele 1-0/+21
2023-02-07[ci] release (#6116)create-astro@3.0.0astro@2.0.7@astrojs/netlify@2.1.2@astrojs/lit@1.2.0@astrojs/image@0.14.1@astrojs/cloudflare@6.1.2Gravatar Houston (Bot) 61-156/+143
2023-02-07[ci] update lockfile (#6160)Gravatar Houston (Bot) 1-350/+370
2023-02-07[ci] formatGravatar matthewp 15-44/+56
2023-02-07Add additional scoping for head buffering (#6152)Gravatar Matthew Phillips 42-68/+386
2023-02-07Fix returning images from endpoints in dev (#6163)Gravatar Erika 5-1/+24
2023-02-07[ci] formatGravatar matthewp 2-3/+2
2023-02-07Prevent ?inline and ?raw CSS from being bundled as CSS (#6161)Gravatar Matthew Phillips 13-26/+123
2023-02-06Fix duplicate alt attribute on Picture component. (#6157)Gravatar Charles F. Munat 2-1/+6
2023-02-07[ci] formatGravatar matthewp 1-4/+15
2023-02-06 [Lit] add `client:only` functionality to Lit integration (#6111)Gravatar Elliott Marquez 6-19/+115
2023-02-06Fix remote image example (#6112)Gravatar Bryce Russell 1-8/+4
2023-02-06Fix polyfills not being available to imports on Netlify (#6117)Gravatar Erika 3-0/+15
2023-02-06Check vite.emptyOutDir before emptying dir (#6153)Gravatar Isaac 2-1/+8
2023-02-06fix: #5979 (#6142)Gravatar wulinsheng123 2-1/+6
2023-02-06fix(portfolio): keyboard a11y for ThemeToggle (#6126)Gravatar Marcy Sutton-Todd 1-2/+0
2023-02-06[ci] update lockfile (#6129)2.0Gravatar Houston (Bot) 1-89/+85
2023-02-06[ci] formatGravatar natemoo-re 1-2/+3
2023-02-06Move pagination error to AstroErrorData (#6149)Gravatar Andrew Bloyce 3-3/+23
2023-02-06[ci] formatGravatar natemoo-re 20-301/+412
2023-02-06Refactor `create-astro` (#6082)Gravatar Nate Moore 41-1328/+1233
2023-02-06[ci] formatGravatar matthewp 6-36/+35
2023-02-06Fix hoisted script propagation in content collection pages (#6119)Gravatar Matthew Phillips 11-57/+169