Skip to content

Commit 6de3c8e

Browse files
dsanders11Akryum
authored andcommitted
docs: fix templatePath (#154)
1 parent 498b383 commit 6de3c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
// Paths
6161
distPath: path.resolve(__dirname, './dist'),
6262
error500Html: path.resolve(__dirname, './dist/500.html'),
63-
templatePath: path.resolve(__dirname, './dist/index.html'),
63+
templatePath: path.resolve(__dirname, './dist/index.ssr.html'),
6464
serviceWorkerPath: path.resolve(__dirname, './dist/service-worker.js'),
6565
}
6666
}

0 commit comments

Comments
 (0)