Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogriep authored Feb 24, 2021
1 parent 2ccbc3c commit e814352
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const withPWA = require('next-pwa')
const isProd = process.env.NODE_ENV === 'production'

module.exports = withPWA({
// Use the CDN in production and localhost for development.
assetPrefix: isProd
? 'https://cdn.statically.io/gh/concretesolutions/tecla-sap/gh-pages'
: '',
pwa: {
dest: 'public'
}
Expand Down

1 comment on commit e814352

@vercel
Copy link

@vercel vercel bot commented on e814352 Feb 24, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.