hanford / next-offline

make your Next.js application work offline using service workers via Google's workbox
https://github.com/hanford/next-offline
1.59k stars 111 forks source link

Update now.json in now2 example #226

Closed kevinwolfcr closed 4 years ago

kevinwolfcr commented 4 years ago

Hi all!

Thanks for creating this plugin, it did help me creating the COVID-19 Costa Rica status page.

This PR just modifies the contents of now.json file of the Now2 example, removing the builds and routes config option since they are being deprecated and adds rewrites and headers options.

Closes #211

hanford commented 4 years ago

thanks!