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.
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
feat(gatsby): add assetPrefix to support deploying assets separate from html #12128
feat(gatsby): add assetPrefix to support deploying assets separate from html #12128
Changes from 26 commits
860f920
f070da7
c32d7f1
4351700
5b8e714
5e7516f
50c4841
e6ad72f
23749b6
7f9e076
6d61a3d
9a33fa6
e8b6d71
6687692
ad04a43
de7e73b
a665cc4
9acb7cd
26c2f33
7d27649
723bb82
f58d9a3
6af9bad
52d3e21
b144bd2
fe0f94a
20eae0b
4ac9648
8f25776
7e3b1e2
da45256
c7c6859
87c9815
6110801
5ec39f7
82be716
7734c5e
9234e33
b8a1c2c
39403b8
933f148
bbebb41
dff0e72
f8cfef0
560eb79
37293e3
45ec7c8
b0fef6e
0eb6c85
f0d9a91
0603c31
b22da6e
272551a
c3a1230
b88c2f8
5521302
08ede03
d28d6f1
d277729
4d073da
b1241c2
3b8c23a
a84aeb9
78374b2
d226f5e
983f010
60c2408
ae9b34c
4075e95
2a761db
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
👍 for this example.
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.
BASE_PATH is the new PATH_PREFIX. PATH_PREFIX is now overloaded with assetPrefix + pathPrefix.
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.
🔥