Skip to content

Commit

Permalink
test: turn on service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Jun 25, 2024
1 parent 999e669 commit 07b612a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (22).',
'Here we try to test whether reloading is enabled when site updated (23).',
],
avatar: 'avatar.png',
professions: [
Expand Down
4 changes: 2 additions & 2 deletions gatsby-theme-academic/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const config = ({
}
}
},
// 'gatsby-plugin-offline',
'gatsby-plugin-remove-serviceworker',
'gatsby-plugin-offline',
// 'gatsby-plugin-remove-serviceworker',
{
resolve: 'gatsby-source-filesystem',
options: {
Expand Down

0 comments on commit 07b612a

Please sign in to comment.