Skip to content

Commit

Permalink
fix path import
Browse files Browse the repository at this point in the history
  • Loading branch information
andorsk committed May 7, 2024
1 parent 5c69a12 commit c2c8738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const webpack = require("webpack");
const runtimeCaching = require("next-pwa/cache");
const path = require("path");

const withPWA = require("next-pwa")({
dest: "public",
Expand Down

0 comments on commit c2c8738

Please sign in to comment.