Skip to content

Commit

Permalink
pwa like a module is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Nov 23, 2023
1 parent 16f6b05 commit 789410b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ const nextConfig = {
},
}

module.exports = withPWA(nextConfig)
// module.exports = withPWA(nextConfig)
module.exports = nextConfig

1 comment on commit 789410b

@vercel
Copy link

@vercel vercel bot commented on 789410b Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio-website – ./apps/website

portfolio-website-dimityrdanailov.vercel.app
portfolio-website-git-main-dimityrdanailov.vercel.app
ddanailov.dev

Please sign in to comment.