export { netlifyEdgeFunctions } from './integration-edge-functions.js'; export { netlifyFunctions as default, netlifyFunctions } from './integration-functions.js'; link rel='shortcut icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-react/static-html.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-18update changeset tags before releaseGravatar Fred K. Schott 2-2/+2
2022-02-18chore: exit preGravatar Nate Moore 1-1/+1
2022-02-18[ci] yarn formatGravatar natemoo-re 3-7/+7
2022-02-18Expose private `.env` variables to `import.meta.env` during SSR (#2612)Gravatar Nate Moore 21-6/+248
2022-02-18Improve smoke tests (#2617)Gravatar Nate Moore 3-12/+8
2022-02-18[ci] yarn formatGravatar natemoo-re 2-19/+25
2022-02-18Adds memory leak test in CI (#2616)Gravatar Matthew Phillips 9-5/+109
2022-02-18[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-17[ci] yarn formatGravatar matthewp 1-14/+14
2022-02-17[ci] release (next) (#2607)astro@0.23.0-next.10Gravatar github-actions[bot] 29-41/+51
2022-02-17Static build - fixes path to HMR script (#2606)Gravatar Matthew Phillips 2-1/+6
2022-02-17Fix loading of styles in static build (#2605)Gravatar Matthew Phillips 4-5/+28
2022-02-17Chore: configure buildOptions.site on examples/blog (#2590)Gravatar Shinobu Hayashi 1-0/+3
2022-02-17importing and inlining global.css with set:html (#2601)Gravatar Tony Sullivan 1-3/+3
2022-02-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-16[ci] yarn formatGravatar natemoo-re 1-14/+14
2022-02-16[ci] release (next) (#2600)astro@0.23.0-next.9Gravatar github-actions[bot] 29-41/+48
2022-02-16chore: upgrade `@astrojs/compiler` (#2599)Gravatar Nate Moore 3-5/+10
2022-02-16[ci] yarn formatGravatar FredKSchott 1-4/+1
2022-02-16Clarify @staff role in governance docs (#2553)Gravatar Evan Boehs 1-11/+43
2022-02-16[ci] yarn formatGravatar matthewp 1-14/+14
2022-02-16[ci] release (next) (#2595)astro@0.23.0-next.8Gravatar github-actions[bot] 29-41/+51
2022-02-16Bug fix: Order of params for routing has to match (#2593)Gravatar Tony Sullivan 4-5/+32
2022-02-16[ci] yarn formatGravatar matthewp 5-21/+21
2022-02-16Pass children to client components even if they do not render them (#2588)Gravatar Matthew Phillips 12-11/+149
2022-02-16[ci] yarn formatGravatar natemoo-re 1-16/+15
2022-02-16[ci] release (next) (#2580)astro@0.23.0-next.7Gravatar github-actions[bot] 29-37/+119
2022-02-16chore: upgrade compiler (#2594)Gravatar Nate Moore 3-108/+11
2022-02-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-15Move SASS to devDependencies (#2572)Gravatar Erika 1-2/+2
2022-02-15[ci] yarn formatGravatar matthewp 2-4/+4
2022-02-15Resolve relative imports from hoisted scripts (static build) (#2581)Gravatar Matthew Phillips 6-8/+135
2022-02-15[ci] yarn formatGravatar matthewp 1-1/+1
2022-02-15Skip the docs-main smoke test (#2591)Gravatar Matthew Phillips 1-1/+2
2022-02-15[ci] yarn formatGravatar tony-sull 4-4/+2
2022-02-15Support non-HTML pages (#2586)Gravatar Tony Sullivan 20-55/+369
2022-02-15[ci] yarn formatGravatar jonathantneal 1-4/+4
2022-02-15Update smoke tests to include external docs and www (#2557)Gravatar Jonathan Neal 7-19/+216
2022-02-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-14fix security issue: untrusted ci outputGravatar Fred K. Schott 2-3/+3
2022-02-14[ci] yarn formatGravatar matthewp 24-157/+99
2022-02-14Flagged SSR support (#2548)Gravatar Matthew Phillips 67-627/+1684