-
Notifications
You must be signed in to change notification settings - Fork 394
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
[WIP] Gatsby migration fixes #1068
Conversation
directoryListing: false, | ||
headers: [ | ||
{ | ||
source: '**/*.@(jpg|jpeg|gif|png)', |
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.
@fabiosantoscode could you please review this?
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.
1f125da
to
ef59aa2
Compare
src/utils/resources.js
Outdated
new RegExp(regExp).test(url) | ||
) | ||
|
||
console.log(url, howToHandle) |
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.
is it a debug?
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.
Yes. Removed it.
ef59aa2
to
d7cd2e3
Compare
I've checked few events and they was sent. So all seems good. |
4a12169
to
5e7129b
Compare
5e7129b
to
c656d24
Compare
Most critical issues were fixed. The rest needs to be watched. |
…ges load before scroll to anchor after page change. Remove smooth scroll behavior for scroll to top of the page
…per way instead of express.static()
… position in the element
c656d24
to
e920e2d
Compare
Fixes related to issues that we got after migrating to Gatsby.js in this PR