rsnext/examples/with-service-worker/pages/index.js
jose-donato e827925735
Example for adding a service worker into a next.js application (#17855)
Example for adding a service worker without any plugin or custom server
2020-11-12 01:09:25 +00:00

3 lines
73 B
JavaScript

export default function Home() {
return <h1>with-service-worker</h1>
}