-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update integration docs #4494
Conversation
e91d9a2
to
728ca7a
Compare
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the bad changes that were converting GET()
back to get()
. Should be good to merge now.
dd06547
to
29250ae
Compare
@@ -170,7 +170,7 @@ See Cloudflare's documentation for [working with environment variables](https:// | |||
```js | |||
// pages/[id].json.js | |||
|
|||
export function GET({ params }) { | |||
export function get({ params }) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh this looks wrong again. Something to tackle next week 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have created withastro/astro#8429 to fix this at the source.
94f8e29
to
6da1db9
Compare
6da1db9
to
f532321
Compare
This PR is auto-generated by a nightly GitHub action to update the individual integration pages from the integration READMEs in withastro/astro.