Skip to content

Commit

Permalink
fix: 修正地图不显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchunqiu authored Sep 21, 2023
1 parent 765ba0a commit 03bc18a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/* eslint-disable no-undef */
// eslint-disable-next-line no-undef
module.exports = {
pathPrefix: process.env.PATH_PREFIX || '/',
pathPrefix: '',
siteMetadata: {
siteTitle: 'Workouts Map',
siteUrl: 'https://ben29.xyz',
logo: 'https://avatars3.githubusercontent.com/u/6956444?s=460&u=97e1062227c4088db3c987146455245c6fa78441',
description: 'Personal Workouts Page',
keywords: 'workouts, running, cycling, riding, roadtrip, hiking, swimming',
siteUrl: 'https://biking.xuchunqiu.com',
logo: ' https://avatars.githubusercontent.com/u/57806510?s=400&u=bd479200668eeb5b70614eb8255f27e667bc3838',
description: '辣堡每一天',
keywords: 'workouts, cycling, riding, hiking',
navLinks: [
{
name: 'Blog',
url: 'https://ben29.xyz',
url: 'https://blog.xuchunqiu.com',
},
{
name: 'About',
url: 'https://github.com/ben-29/workouts_page/blob/master/README-CN.md',
url: 'https://github.com/xuchunqiu/workouts_page/blob/master/README-CN.md',
},
],
},
Expand Down

0 comments on commit 03bc18a

Please sign in to comment.