From 9477996fcf0274f2d08fc8c0747b57bc66cb8b3b Mon Sep 17 00:00:00 2001 From: rz-codes Date: Thu, 28 Sep 2023 00:50:37 +0300 Subject: [PATCH] fix/remove-static-asset-commit (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔒️ fix: added GA tracking ID env * 📈 feat: changed GA plugin * 📦 feat: added official GA gatsby plugin * ✏️ fix: fixed `trackingIds` typo * 🙈 git[ignore]: removed wp cache * 💄 style: added styles for blog archive and post * 👔 feat: added images for blog post * 🔖 version: upgraded gatsby-wordpress-source to v7.19 * ✨ feat(about): add about page section data and page style * 💄 style(blog-post): added style for paragraph tags * 🔧 chore(landing): adds `id` for key props * 📝 docs(Readme): adds guide for env vars * 🐛 fix: changed `pointer-cursor` to `cursor-pointer` for the label htmlFor="menu-toggle". * fix: changes card background to white * fix: change max width to 1080px * fix: updates text font-size to text-md css class * fix: adjusts style for blog page * 📱 fix: removes extra padding for mobile view * Revert static assets commit * ignore: updates git to ignore wordpress-cache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15b657e..8cdf337 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,4 @@ yarn-error.log .cpanel.yml # build public/ -.wordpress-cache \ No newline at end of file +.wordpress-cache