Skip to content

Commit

Permalink
Merge pull request #354 from ousttrue/fix/showcase_cards
Browse files Browse the repository at this point in the history
ShowCase 更新
  • Loading branch information
ousttrue authored Jan 29, 2024
2 parents 9647e42 + 191a2d5 commit 44e68f0
Show file tree
Hide file tree
Showing 21 changed files with 4,192 additions and 2,240 deletions.
10 changes: 10 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ const config: Config = {
} satisfies Preset.ThemeConfig,

plugins: [
[
"@docusaurus/plugin-ideal-image",
{
quality: 70,
max: 1030, // max resized image's size.
min: 640, // min resized image's size. if original is lower, use that size.
steps: 2, // the max number of images generated between min and max (inclusive)
disableInDev: false,
},
],
[
"@docusaurus/plugin-client-redirects",
{
Expand Down
Loading

0 comments on commit 44e68f0

Please sign in to comment.