From e1fbd7ac81844411f49221ec862f0432533ab3d0 Mon Sep 17 00:00:00 2001 From: Awalhossain Date: Mon, 5 Feb 2024 09:26:06 +0600 Subject: [PATCH] =?UTF-8?q?Add=20gatsby-plugin-cname=20dependency=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 15 +++++++++++++++ package.json | 1 + 2 files changed, 16 insertions(+) diff --git a/package-lock.json b/package-lock.json index ad5df3d..1334d71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.17", "gatsby": "^5.13.2", + "gatsby-plugin-cname": "^1.0.0", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.1", @@ -10192,6 +10193,14 @@ "@parcel/core": "^2.0.0" } }, + "node_modules/gatsby-plugin-cname": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-cname/-/gatsby-plugin-cname-1.0.0.tgz", + "integrity": "sha512-U0yRgn4cm1zBi+qC5a827acPFnUqKSowoCvAxT3MDmMJVLSWB4vmSyM7m6ThVz35obO4nKr4iP4vZhvA7gEVsA==", + "peerDependencies": { + "gatsby": ">2.0.0" + } + }, "node_modules/gatsby-plugin-feed": { "version": "5.13.1", "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.1.tgz", @@ -31875,6 +31884,12 @@ "@parcel/transformer-json": "2.8.3" } }, + "gatsby-plugin-cname": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-cname/-/gatsby-plugin-cname-1.0.0.tgz", + "integrity": "sha512-U0yRgn4cm1zBi+qC5a827acPFnUqKSowoCvAxT3MDmMJVLSWB4vmSyM7m6ThVz35obO4nKr4iP4vZhvA7gEVsA==", + "requires": {} + }, "gatsby-plugin-feed": { "version": "5.13.1", "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.1.tgz", diff --git a/package.json b/package.json index fc00d8f..d5d336e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.17", "gatsby": "^5.13.2", + "gatsby-plugin-cname": "^1.0.0", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.1",