Skip to content
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

Gatsby Plugin "Netlify" #89

Closed
2 tasks done
arcticicestudio opened this issue Dec 19, 2018 · 0 comments
Closed
2 tasks done

Gatsby Plugin "Netlify" #89

arcticicestudio opened this issue Dec 19, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 19, 2018

Associated epic: #46

This issue documents the integration of gatsby-plugin-netlify like documented in the “Hosting & Continuous Deployment” design concept. It allows to automatically generate a _headers file and a _redirects file at the root of the public folder to configure HTTP headers and redirects on Netlify.

One of the main advantages is that it will also enable HTTP/2 server push of critical Gatsby assets through the Link headers. By default, the plugin will add HTTP/2 assets to server push the critical Gatsby scripts (ones that have the preload attribute already) and also adds some basic security and caching headers.

Tasks

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Dec 19, 2018
@arcticicestudio arcticicestudio self-assigned this Dec 19, 2018
arcticicestudio added a commit that referenced this issue Dec 19, 2018
arcticicestudio added a commit that referenced this issue Dec 19, 2018
Integrated gatsby-plugin-netlify like documented in the "Hosting &
Continuous Deployment"”" design concept. It allows to automatically
generate a `_headers` file and a `_redirects` file at the root of the
public folder to configure HTTP headers (3) and redirects (4) on
Netlify.

One of the main advantages is that it also enables HTTP/2 server push of
critical Gatsby assets through the `Link` headers. By default, the
plugin adds HTTP/2 assets to server push the critical Gatsby scripts
(ones that have the `preload` attribute already) and also adds some
basic security and caching headers.

References:
  (1) https://www.npmjs.com/package/gatsby-plugin-netlify
  (2) #46
  (3) https://www.netlify.com/docs/headers-and-basic-auth
  (4) https://www.netlify.com/docs/redirects

Associated epic: GH-46
GH-89
arcticicestudio added a commit that referenced this issue Dec 19, 2018
@arcticicestudio arcticicestudio removed their assignment Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant