Skip to content

Commit 265b98a

Browse files
committed
Added some images
1 parent 589e535 commit 265b98a

File tree

5 files changed

+295
-41
lines changed

5 files changed

+295
-41
lines changed

package-lock.json

Lines changed: 6 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"docusaurus": "docusaurus",
77
"start": "docusaurus start",
8-
"build": "npx docusaurus build",
8+
"build": "npx docusaurus build",
99
"swizzle": "docusaurus swizzle",
1010
"deploy": "docusaurus deploy",
1111
"clear": "docusaurus clear",
@@ -15,18 +15,18 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "3.9.1",
19-
"@docusaurus/preset-classic": "3.9.1",
18+
"@docusaurus/core": "^3.9.1",
19+
"@docusaurus/preset-classic": "^3.9.1",
2020
"@mdx-js/react": "^3.0.0",
2121
"clsx": "^2.0.0",
2222
"prism-react-renderer": "^2.3.0",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0"
2525
},
2626
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "3.9.1",
28-
"@docusaurus/tsconfig": "3.9.1",
29-
"@docusaurus/types": "3.9.1",
27+
"@docusaurus/module-type-aliases": "^3.9.1",
28+
"@docusaurus/tsconfig": "^3.9.1",
29+
"@docusaurus/types": "^3.9.1",
3030
"typescript": "~5.9.0"
3131
},
3232
"browserslist": {

src/components/HomepageFeatures/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type FeatureItem = {
1212
const FeatureList: FeatureItem[] = [
1313
{
1414
title: 'MiniMessage-based',
15-
Svg: "null",//require('@site/static/img/undraw_docusaurus_mountain.svg').default,
15+
Svg: require('@site/static/img/KyoriLogo.svg').default,
1616
description: (
1717
<>
1818
Easily create component-based expansions with the MiniMessage API.
@@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
2121
},
2222
{
2323
title: 'Compatibility',
24-
Svg: "null",//require('@site/static/img/undraw_docusaurus_tree.svg').default,
24+
Svg: require('@site/static/img/SupportedPlatforms.svg').default,
2525
description: (
2626
<>
2727
Support for all popular platforms such as Paper, Velocity, Fabric, Sponge, and (Neo)Forge (via Sponge)

static/img/KyoriLogo.svg

Lines changed: 62 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)