Enable CORS on Netlify

15th February, 2020 1 min. read

Put a file _headers alongside the index.html with the following rule:

/*
  Access-Control-Allow-Origin: *

Spotted a typo or (likely) a grammar error? Send a pull request.