diff --git a/README.md b/README.md index dfddd26..5aba402 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,3 @@ npm run dev Made with ❤️ by Vivek

- - diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..c88ac18 Binary files /dev/null and b/assets/logo.png differ diff --git a/package-lock.json b/package-lock.json index ca31e2a..dcbe1c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4412,9 +4412,9 @@ } }, "node_modules/vite": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.4.tgz", - "integrity": "sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", + "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", @@ -4422,7 +4422,7 @@ "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", - "tinyglobby": "^0.2.14" + "tinyglobby": "^0.2.15" }, "bin": { "vite": "bin/vite.js"