-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #undefined named anchors for question permalinks. Resolve #304
Also removed comment from the default config which made it invalid JSON. (The same explanation is already included in README)
- Loading branch information
Showing
2 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
{ | ||
"indexConfig": { | ||
// this config is used during the build to configure Zotero Bib | ||
// component both during development and in production. Values | ||
// listed below can be overriden in local.json and/or using | ||
// env variables. See https://www.npmjs.com/package/config | ||
// | ||
// "apiAuthorityPart": undefined, | ||
// "storeURL": undefined, | ||
// "stylesURL": undefined, | ||
// "translatePrefix": "", | ||
// "translateURL": undefined | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters