Skip to content

Commit

Permalink
Fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senexis committed Oct 28, 2023
1 parent 9bf2a84 commit 4dc3f80
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 36 deletions.
9 changes: 0 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,6 @@ const config: Config = {
],
},
],
[
'@docusaurus/plugin-sitemap',
{
changefreq: 'weekly',
priority: 0.5,
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
},
],
[
'@docusaurus/plugin-ideal-image',
{
Expand Down
54 changes: 29 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
},
"dependencies": {
"@docusaurus/core": "3.0.0-rc.1",
"@docusaurus/plugin-client-redirects": "^3.0.0-rc.1",
"@docusaurus/plugin-client-redirects": "3.0.0-rc.1",
"@docusaurus/plugin-ideal-image": "3.0.0-rc.1",
"@docusaurus/plugin-sitemap": "^3.0.0-rc.1",
"@docusaurus/preset-classic": "3.0.0-rc.1",
"@fortawesome/fontawesome-free": "^6.4.2",
"@mdx-js/react": "^3.0.0",
Expand Down

0 comments on commit 4dc3f80

Please sign in to comment.