-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: add _headers #418
Merged
Merged
fix: add _headers #418
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e2de4b0:
|
olizilla
approved these changes
Mar 22, 2023
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.
i am sorry it has come to this
travis
pushed a commit
that referenced
this pull request
Mar 23, 2023
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2023-03-23) ### ⚠ BREAKING CHANGES * use new account model ([#400](#400)) ### Features * add terms of service page ([#417](#417)) ([6deb24d](6deb24d)) * adds space-finder autocomplete combobox ([#268](#268)) ([3dcd647](3dcd647)) * allow users to set page size in W3APIProvider ([#308](#308)) ([814a293](814a293)) * club tropical w3 auth boxen ([#350](#350)) ([2266eb2](2266eb2)) * delegate access to spaces ([#293](#293)) ([441d757](441d757)) * import a space into w3console ([#309](#309)) ([a69a95b](a69a95b)) * Improve upload component flow ([#285](#285)) ([ba9a3bf](ba9a3bf)) * publish console to IPFS & Cloudflare from CI ([#287](#287)) ([e2a833e](e2a833e)) * Storybook story improvements ([#294](#294)) ([e0de2cc](e0de2cc)) * use new account model ([#400](#400)) ([66dd20b](66dd20b)) * w3console example app ([#255](#255)) ([df08029](df08029)) ### Bug Fixes * add _headers ([#418](#418)) ([4eb1da1](4eb1da1)) * fix w3console styling ([#320](#320)) ([74a298c](74a298c)) * remove authenticator class when registed ([#352](#352)) ([3668f3b](3668f3b)) * w3console polish ([#284](#284)) ([9a67365](9a67365)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 29, 2025
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2023-03-23) ### ⚠ BREAKING CHANGES * use new account model ([storacha#400](storacha/w3ui#400)) ### Features * add terms of service page ([storacha#417](storacha/w3ui#417)) ([e216efd](storacha/w3ui@e216efd)) * adds space-finder autocomplete combobox ([storacha#268](storacha/w3ui#268)) ([5894cdc](storacha/w3ui@5894cdc)) * allow users to set page size in W3APIProvider ([storacha#308](storacha/w3ui#308)) ([22d917a](storacha/w3ui@22d917a)) * club tropical w3 auth boxen ([storacha#350](storacha/w3ui#350)) ([92fa065](storacha/w3ui@92fa065)) * delegate access to spaces ([storacha#293](storacha/w3ui#293)) ([d99c96c](storacha/w3ui@d99c96c)) * import a space into w3console ([storacha#309](storacha/w3ui#309)) ([f9df8a8](storacha/w3ui@f9df8a8)) * Improve upload component flow ([storacha#285](storacha/w3ui#285)) ([4f5cf4f](storacha/w3ui@4f5cf4f)) * publish console to IPFS & Cloudflare from CI ([storacha#287](storacha/w3ui#287)) ([df4715a](storacha/w3ui@df4715a)) * Storybook story improvements ([storacha#294](storacha/w3ui#294)) ([c031ff7](storacha/w3ui@c031ff7)) * use new account model ([storacha#400](storacha/w3ui#400)) ([b594536](storacha/w3ui@b594536)) * w3console example app ([storacha#255](storacha/w3ui#255)) ([fbcdc42](storacha/w3ui@fbcdc42)) ### Bug Fixes * add _headers ([storacha#418](storacha/w3ui#418)) ([625199d](storacha/w3ui@625199d)) * fix w3console styling ([storacha#320](storacha/w3ui#320)) ([31cbe91](storacha/w3ui@31cbe91)) * remove authenticator class when registed ([storacha#352](storacha/w3ui#352)) ([e115f9f](storacha/w3ui@e115f9f)) * w3console polish ([storacha#284](storacha/w3ui#284)) ([654d507](storacha/w3ui@654d507)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
IDK why but cloudflare pages is not setting
Content-Type
header. This PR adds a_headers
file that sets them for the file types we currently generate.