Skip to content

Releases: Cecilapp/theme-netlify

1.1.0

19 Oct 14:20
Compare
Choose a tag to compare

Add redirects from config file:

netlify:
  redirects:
    - from: "https://name.netlify.app/*"
      to: "https://domain.tld/:splat"
      status: 301
      force: true

1.0.1

17 Oct 00:04
Compare
Choose a tag to compare
Fix Netlify header cache

1.0.0

14 Oct 23:15
Compare
Choose a tag to compare
First commit