代码拉取完成,页面将自动刷新
module.exports = {
siteMetadata: {
title: `临高启明公开图书馆`,
description: `临高启明公开图书馆`,
author: `halulu`,
siteUrl: `https://lgqm.halu.lu`,
},
plugins: [
`gatsby-plugin-sass`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `images`,
path: `${__dirname}/src/images`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `content`,
path: `${__dirname}/content`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `data`,
path: `${__dirname}/data`,
},
},
{
resolve: `gatsby-transformer-remark`,
options: {},
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `临高启明`,
short_name: `lgqm`,
start_url: `/`,
background_color: `#ffe500`,
theme_color: `#ffe500`,
display: `minimal-ui`,
icon: `src/images/icon.png`,
},
},
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: `UA-91028451-14`,
},
},
`gatsby-plugin-sitemap`,
{
resolve: `gatsby-plugin-offline`,
options: {
precachePages: [`/catalog/`],
},
},
],
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。