Browse Source

Update README.md

Put the routes in the correct key
master
ABuffSeagull 6 years ago
committed by GitHub
parent
commit
3aed20c2b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -21,7 +21,9 @@ in order to add more paths, add an array of strings corresponding to the paths y
```json
{
"prerender": ["/", "/about", "/login", "/deep/nested/route"]
"prerender": {
"routes": ["/", "/about", "/login", "/deep/nested/route"]
}
}
```

Loading…
Cancel
Save