fix error in ssr config example
This commit is contained in:
parent
6ac7bace21
commit
3b952ac7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ var readFileSync = require('fs').readFileSync
|
|||
|
||||
// init
|
||||
var renderer = new Renderer({
|
||||
template: readFileSync('./docs/index.template.html', 'utf-8').,
|
||||
template: readFileSync('./docs/index.template.html', 'utf-8'),
|
||||
config: {
|
||||
name: 'docsify',
|
||||
repo: 'docsifyjs/docsify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue