diff --git a/next.config.js b/next.config.js index b959a1a..2909749 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ const withPWA = require('next-pwa')({ }) module.exports = (withPWA({ + turbopack: {}, webpack: config => { config.module.rules.push({ test: /\.svg$/,