Enable CORS on Netlify
Posted on February 15, 2020
Put a file _headers
alongside the index.html
with the following rule:
/*
Access-Control-Allow-Origin: *
Posted on February 15, 2020
Put a file _headers
alongside the index.html
with the following rule:
/*
Access-Control-Allow-Origin: *