s5_practice/next.config.js
2023-07-11 15:56:27 +02:00

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;