Skip to content

Commit

Permalink
🔧 update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Aug 10, 2019
1 parent 09efe4c commit 80c4a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = {
// Required - The path to the webpack-outputted app to prerender.
staticDir: path.join(__dirname, 'dist'),
// Required - Routes to render.
routes: ['/about-arya', '/export/pdf', '/export/png', '/export/jpeg'],
routes: ['/', '/about-arya', '/export/pdf', '/export/png', '/export/jpeg'],
renderer: new Renderer({
executablePath,
renderAfterElementExists: '.vditor-preview'
Expand Down

0 comments on commit 80c4a13

Please sign in to comment.