Juan Miguel Guerrero
|
1c230f1037
|
feat(@astrojs/netlify): Add on-demand builders Netlify functions (#5874)
* Add on-demand builders option
* chore: add changeset
* docs: add documentation in configuration section
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/twenty-pans-agree.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
2023-01-27 10:20:34 -05:00 |
|
matthewp
|
0d0974722f
|
[ci] format
|
2023-01-23 14:49:20 +00:00 |
|
Matthew Phillips
|
f5adbd6b55
|
Support prerender in Netlify redirects (#5904)
* Support prerender in Netlify redirects
* Updated sorting algorithm
* Update packages/integrations/netlify/src/shared.ts
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
|
2023-01-23 09:47:33 -05:00 |
|
Nate Moore
|
d2960984c5
|
Experimental Prerender API (#5297)
* wip: hybrid output
* wip: hybrid output mvp
* refactor: move hybrid => server
* wip: hybrid support for `output: 'server'`
* feat(hybrid): overwrite static files
* fix: update static build
* feat(hybrid): skip page generation if no static entrypoints
* feat: migrate from hybrid output => prerender flag
* fix: appease typescript
* fix: appease typescript
* fix: appease typescript
* fix: appease typescript
* fix: improve static cleanup
* attempt: avoid preprocess scanning
* hack: force generated .js files to be treated as ESM
* better handling for astro metadata
* fix: update scanner plugin
* fix: page name bug
* fix: keep ssr false when generating pages
* fix: force output to be treated as ESM
* fix: client output should respect buildConfig
* fix: ensure outDir is always created
* fix: do not replace files with noop
* fix(netlify): add support for `experimental_prerender` pages
* feat: switch to `experimental_prerender`
* chore: update es-module-lexer code in test
* feat: improved code-splitting, cleanup
* feat: move prerender behind flag
* test: prerender
* test: update prerender test
* chore: update lockfile
* fix: only match `.html` files when resolving assets
* chore: update changeset
* chore: remove ESM hack
* chore: allow `--experimental-prerender` flag, move `--experimental-error-overlay` into subobject
* chore: update changeset
* test(vite-plugin-scanner): add proper unit tests for vite-plugin-scanner
* chore: remove leftover code
* chore: add comment on cleanup task
* refactor: move manual chunks logic to vite-plugin-prerender
* fix: do not support let declarations
* test: add var test
* refactor: prefer existing util
* Update packages/astro/src/@types/astro.ts
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* Update packages/astro/src/core/errors/errors-data.ts
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* Update packages/astro/src/@types/astro.ts
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
2022-12-16 10:38:37 -06:00 |
|
FredKSchott
|
a70d05bd44
|
[ci] format
|
2022-08-11 23:29:45 +00:00 |
|
Matthew Phillips
|
d3d09a2c9f
|
Add 404 routing logic to Netlify redirects file (#4274)
* Add 404 routing logic to Netlify redirects file
* changeset
|
2022-08-11 16:26:32 -07:00 |
|
matthewp
|
3bb07a01e0
|
[ci] format
|
2022-05-11 15:14:43 +00:00 |
|
Pascal Schilp
|
352fc3166f
|
Fix/netlify edge redirects (#3342)
* fix: create redirects file for netlify edge adapter
* chore: changeset
* chore: distinguish between edge/regular
|
2022-05-11 09:13:23 -06:00 |
|