3 Star 1 Fork 22

季亚斌/mogdb-docs.bak

forked from enmotech/mogdb-docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gatsby-config.js 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
require("dotenv").config()
module.exports = {
siteMetadata: {
title: `MogDB Docs`,
description: `MogDB Docs`,
author: `@Mogdb`,
siteUrl: `https://docs.mogdb.io`
},
plugins: [
"gatsby-plugin-sass",
{
resolve: 'gatsby-plugin-import',
options: {
libraryName: "antd",
style: 'css',
}
},
{
resolve: 'gatsby-plugin-google-analytics',
options: {
"trackingId": "G-XVG62KBB3X",
"head": true
}
},
"gatsby-plugin-react-helmet",
{
resolve: 'gatsby-transformer-remark',
options: {
plugins: [
{
resolve: `gatsby-remark-autolink-headers-j`,
options: {
offsetY: 84
}
},
{
resolve: `gatsby-remark-prismjs`,
options: {
showLineNumbers: false
}
},
]
}
},
{
resolve: 'gatsby-source-filesystem',
options: {
"name": "docs",
"path": `${__dirname}/product`,
"ignore": [`**/toc_*`]
},
__key: "pages"
},
"gatsby-plugin-sitemap",
{
resolve: 'gatsby-plugin-robots-txt',
options: {
host: `https://docs.mogdb.io`,
sitemap: 'https://docs.mogdb.io/sitemap.xml',
policy: [{ userAgent: '*', allow: '/' }],
},
},
`gatsby-plugin-meta-redirect`
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yabinji/mogdb-docs.bak.git
git@gitee.com:yabinji/mogdb-docs.bak.git
yabinji
mogdb-docs.bak
mogdb-docs.bak
master

搜索帮助