Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

support prerendered api functions#826

Merged
dario-piotrowicz merged 3 commits intocloudflare:mainfrom
james-elicx:james/fix-favicon-ico
Jul 10, 2024
Merged

support prerendered api functions#826
dario-piotrowicz merged 3 commits intocloudflare:mainfrom
james-elicx:james/fix-favicon-ico

Conversation

@james-elicx
Copy link
Contributor

fixes #825

new vercel cli release changed the vc-config type for favicon.ico to API, so added a check for if an API function has a prerendered config existing...

(rolling eyes)

image

@changeset-bot
Copy link

changeset-bot bot commented Jul 10, 2024

🦋 Changeset detected

Latest commit: d826d23

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@cloudflare/next-on-pages Patch
eslint-plugin-next-on-pages Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 10, 2024

🧪 Prereleases are available for testing 🧪

Details

@cloudflare/next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/9872893500/npm-package-next-on-pages-826

@cloudflare/eslint-plugin-next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/9872893500/npm-package-eslint-plugin-next-on-pages-826

Copy link
Member

@dario-piotrowicz dario-piotrowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @james-elicx , awesome stuff as always! 🫶

(PS: I just left a couple of nits)

@dario-piotrowicz dario-piotrowicz merged commit 97d7981 into cloudflare:main Jul 10, 2024
@james-elicx james-elicx deleted the james/fix-favicon-ico branch July 10, 2024 11:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🐛 Bug]: The following routes were not configured to run with the Edge Runtime - /favicon.ico

2 participants