Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Update nextjs, react
Browse files Browse the repository at this point in the history
  • Loading branch information
fangeugene committed Aug 26, 2020
1 parent 8b93045 commit f379d44
Show file tree
Hide file tree
Showing 4 changed files with 4,025 additions and 5,550 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
const withSourceMaps = require("@zeit/next-source-maps")();

const nextConfig = {
// Build one level up from ./src
distDir: "../.next",
distDir: ".next",
// Workbox options for next-offline
workboxOpts: {
clientsClaim: true,
Expand Down
Loading

0 comments on commit f379d44

Please sign in to comment.