tldraw/next.config.js

8 lines
101 B
JavaScript
Raw Normal View History

2021-06-11 12:37:09 +00:00
const withPWA = require('next-pwa')
module.exports = withPWA({
pwa: {
dest: 'public',
},
})