mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-15 16:20:31 +00:00
10 lines
193 B
JavaScript
10 lines
193 B
JavaScript
// const withPwa = require('next-pwa')({
|
|
// dest: 'public',
|
|
// sw: 'service-worker.js',
|
|
// });
|
|
|
|
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {}
|
|
|
|
module.exports = nextConfig;
|