Skip to content

Commit 0f5591d

Browse files
committed
Return config to default example
1 parent 9a9e77a commit 0f5591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
// Replace with your .js entry file path.
1111
// To see the quiz example, use 'examples/quiz/main.js'
1212
// To see the support page example, use 'examples/support-page/main.js'
13-
entry: entry || 'examples/support-page/main.js',
13+
entry: entry || 'examples/questionnaire/main.js',
1414
template: 'public/index.html',
1515
filename: 'index.html'
1616
}

0 commit comments

Comments
 (0)