Skip to content

Commit

Permalink
add: icon tags and fix text style and dark bg
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed Mar 17, 2024
1 parent 0d2d32a commit 35d7b6d
Show file tree
Hide file tree
Showing 32 changed files with 47,582 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.vite


# Contentlayer
Expand Down
70 changes: 70 additions & 0 deletions .vite/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"hash": "ed8ecbb5",
"configHash": "4c6652d6",
"lockfileHash": "c63dcd45",
"browserHash": "d02ee16e",
"optimized": {
"react": {
"src": "../../node_modules/react/index.js",
"file": "react.js",
"fileHash": "6989405b",
"needsInterop": true
},
"react-dom/client": {
"src": "../../node_modules/react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "1cf2717e",
"needsInterop": true
},
"react-router-dom": {
"src": "../../node_modules/react-router-dom/dist/index.js",
"file": "react-router-dom.js",
"fileHash": "c1cfc737",
"needsInterop": false
},
"flowbite-react": {
"src": "../../node_modules/flowbite-react/lib/esm/index.js",
"file": "flowbite-react.js",
"fileHash": "74e89362",
"needsInterop": false
},
"react-icons/hi": {
"src": "../../node_modules/react-icons/hi/index.esm.js",
"file": "react-icons_hi.js",
"fileHash": "4d79c933",
"needsInterop": false
},
"react-loading-skeleton": {
"src": "../../node_modules/react-loading-skeleton/dist/index.js",
"file": "react-loading-skeleton.js",
"fileHash": "abe75fb7",
"needsInterop": false
},
"react-medium-image-zoom": {
"src": "../../node_modules/react-medium-image-zoom/dist/index.js",
"file": "react-medium-image-zoom.js",
"fileHash": "d534124e",
"needsInterop": false
},
"axios": {
"src": "../../node_modules/axios/index.js",
"file": "axios.js",
"fileHash": "023b25c0",
"needsInterop": false
}
},
"chunks": {
"chunk-EQSYN2ND": {
"file": "chunk-EQSYN2ND.js"
},
"chunk-PXJLUKTU": {
"file": "chunk-PXJLUKTU.js"
},
"chunk-FQO5W7GE": {
"file": "chunk-FQO5W7GE.js"
},
"chunk-ZS7NZCD4": {
"file": "chunk-ZS7NZCD4.js"
}
}
}
Loading

0 comments on commit 35d7b6d

Please sign in to comment.