We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02464ab commit 602aaefCopy full SHA for 602aaef
docs/prerender.md
@@ -30,7 +30,7 @@ new PrerenderSpaPlugin(
30
31
If you also wanted to prerender `/about` and `/contact`, then that array would be `[ '/', '/about', '/contact' ]`.
32
33
-4. Enable history mode for for `vue-router`:
+4. Enable history mode for `vue-router`:
34
```js
35
const router = new VueRouter({
36
mode: 'history',
0 commit comments