diff --git a/package-lock.json b/package-lock.json index 283be58..8e8bb5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,6 +35,7 @@ "@tiptap/starter-kit": "^2.4.0", "@types/mdx": "^2.0.13", "class-variance-authority": "^0.7.0", + "cloudinary": "^2.5.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", "firebase": "^10.12.2", @@ -4125,6 +4126,19 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/cloudinary": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.5.1.tgz", + "integrity": "sha512-CNg6uU53Hl4FEVynkTGpt5bQEAQWDHi3H+Sm62FzKf5uQHipSN2v7qVqS8GRVqeb0T1WNV+22+75DOJeRXYeSQ==", + "license": "MIT", + "dependencies": { + "lodash": "^4.17.21", + "q": "^1.5.1" + }, + "engines": { + "node": ">=9" + } + }, "node_modules/clsx": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", @@ -7026,6 +7040,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", @@ -9628,6 +9648,17 @@ "node": ">=6" } }, + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", + "license": "MIT", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", diff --git a/package.json b/package.json index bf4623d..11c165f 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@tiptap/starter-kit": "^2.4.0", "@types/mdx": "^2.0.13", "class-variance-authority": "^0.7.0", + "cloudinary": "^2.5.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", "firebase": "^10.12.2", diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c13e8f5..fb86fd3 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -14,17 +14,17 @@ const Footer = () => { > {`© ${new Date().getFullYear()} `}- - - Shiva Yadav - + R Anthony Raj + - + ); diff --git a/src/constants/Social.js b/src/constants/Social.js index 26ede64..d7a3f04 100644 --- a/src/constants/Social.js +++ b/src/constants/Social.js @@ -11,31 +11,11 @@ export const Social = [ { name: "mail", icon: , - url: "mailto:shivaydv1256@gmail.com", + url: "mailto:rajanthony3399@gmail.com", }, { name: "github", icon: , - url: "https://github.com/shivaydv", - }, - { - name: "twitter", - icon: , - url: "https://x.com/shivay1256", - }, - { - name: "linkedin", - url: "https://www.linkedin.com/in/shivaydv/", - icon: , - }, - { - name: "youtube", - url: "https://www.youtube.com/@shivay1256", - icon: , - }, - { - name: "instagram", - url: "https://www.instagram.com/shivay1256/", - icon: , + url: "https://github.com/Anthonyraj2424/blog", }, ];