Skip to content

Commit

Permalink
fix: revert pathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Jun 25, 2024
1 parent 685205a commit f4c25a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
pathPrefix: '/',
pathPrefix: '/gatsby-theme-academic',
siteUrl: 'https://tc-imba.github.io',
title: 'John Doe',
description: 'Personal Website of John Doe',
Expand All @@ -8,7 +8,7 @@ module.exports = {
introduction: [
'You can write one or several paragraphs to introduce yourself here. You can find this introduction in the `config.js` file in the template.',
'In this site, almost everything supports Markdown Syntax. For example, you can add hyperlinks in the introduction such as [fxhsb](https://github.com/Reapor-Yurnero) with\n```markdown\n[fxhsb](https://github.com/Reapor-Yurnero)\n```',
'Here we try to test whether reloading is enabled when site updated (19).',
'Here we try to test whether reloading is enabled when site updated (20).',
],
avatar: 'avatar.png',
professions: [
Expand Down

0 comments on commit f4c25a7

Please sign in to comment.