Skip to content

Commit 0e988c7

Browse files
committed
home and blog pages text
1 parent 2e761f6 commit 0e988c7

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"@tailwindcss/typography": "^0.5.16",
7171
"@types/lodash.debounce": "^4.0.9",
7272
"@types/mdast": "^4.0.3",
73-
"@types/react": "^19.0.12",
74-
"@types/react-dom": "^19.0.4",
73+
"@types/react": "^19.1.0",
74+
"@types/react-dom": "^19.1.1",
7575
"@typescript-eslint/eslint-plugin": "^8.29.0",
7676
"@typescript-eslint/parser": "^8.29.0",
7777
"eslint": "8.57.0",

src/constants/metadata.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export const PAGE_METADATA = {
3030
// must have 'list' prefix to omit type arg
3131
'lists/blog': {
3232
title: 'Blog',
33-
description: 'Sharing my thoughts and ideas about code.',
33+
description:
34+
'Here I share my coding experiments and thoughts on React.js, Next.js, Node.js, Astro, Python, DevOps, and more. Feel free to read, explore, and comment.',
3435
},
3536
'lists/blog/tags': {
3637
title: 'Tags',

src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import ImageRandom from '../components/ImageRandom.astro';
1010

1111
<ImageRandom />
1212

13-
Welcome to my coding blog. Here, I will share my coding experiments and thoughts on React.js, Next.js, Node.js, Astro, Python, DevOps, and more. Feel free to read, explore, and comment. Or, if you are feeling overwhelmed by coding, you can take a break and enjoy some random landscape photos.
13+
Welcome to my website. Feel free to look around, read my blog, check out my projects and find my contacts. Or, if you are feeling overwhelmed by coding, you can take a break and enjoy some random landscape photos in the gallery.
1414

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,15 +1459,15 @@
14591459
dependencies:
14601460
undici-types "~5.26.4"
14611461

1462-
"@types/react-dom@^19.0.4":
1463-
version "19.0.4"
1464-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.4.tgz#bedba97f9346bd4c0fe5d39e689713804ec9ac89"
1465-
integrity sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==
1466-
1467-
"@types/react@^19.0.12":
1468-
version "19.0.12"
1469-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.12.tgz#338b3f7854adbb784be454b3a83053127af96bd3"
1470-
integrity sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==
1462+
"@types/react-dom@^19.1.1":
1463+
version "19.1.1"
1464+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.1.tgz#a8d097b28247d1129cf56e74d1622c98978c04ed"
1465+
integrity sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==
1466+
1467+
"@types/react@^19.1.0":
1468+
version "19.1.0"
1469+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.0.tgz#73c43ad9bc43496ca8184332b111e2aef63fc9da"
1470+
integrity sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==
14711471
dependencies:
14721472
csstype "^3.0.2"
14731473

0 commit comments

Comments
 (0)