Skip to content

Commit 1c95b64

Browse files
committed
Fix Nuxt config
1 parent 2801e22 commit 1c95b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/renderer/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77

8-
export default {
8+
module.exports = {
99
ssr: false,
1010
target: 'static',
1111
head: {

0 commit comments

Comments
 (0)