Closed jxnblk closed 2 years ago
gatsby-starter-landing-page
:tada: Your build was successful! See the Deploy preview here.
:clock1: Build time: 27s
Metric | Score |
---|---|
Performance | :green_heart: 100 |
Accessibility | :green_heart: 100 |
Best Practices | :green_heart: 100 |
SEO | :large_orange_diamond: 88 |
:link: View full report
Awesome, I'll take another pass to make sure I didn't creating any styling regressions after merging the latest from main in
This is a PR for discussion about the page layout API and to demonstrate some potential areas for improvement.
src/pages
template, leaving that component to be primarily responsible for the GraphQL query and not something that is likely to be shadowedpage
props through to the Layout componentcomposes
calls that relied on other CSS files (currently this seems potentially confusing with shadowing)This is by no means perfect, but let me know what you think