mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
13 lines
228 B
JavaScript
13 lines
228 B
JavaScript
module.exports = {
|
|
website: {
|
|
js: [
|
|
"https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
|
]
|
|
},
|
|
ebook: {
|
|
css: [
|
|
"test"
|
|
]
|
|
}
|
|
};
|