We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498b383 commit 6de3c8eCopy full SHA for 6de3c8e
docs/guide/configuration.md
@@ -60,7 +60,7 @@ module.exports = {
60
// Paths
61
distPath: path.resolve(__dirname, './dist'),
62
error500Html: path.resolve(__dirname, './dist/500.html'),
63
- templatePath: path.resolve(__dirname, './dist/index.html'),
+ templatePath: path.resolve(__dirname, './dist/index.ssr.html'),
64
serviceWorkerPath: path.resolve(__dirname, './dist/service-worker.js'),
65
}
66
0 commit comments