From 1cda66310cbc5fc63d105a1c0877dd48bfbf8c3d Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 10 Jun 2024 11:11:22 -0400 Subject: [PATCH] chore: fixed slugs --- ... 2023-09-21-supercharge-your-repository-with-code-owners.md} | 2 +- ...d => 2023-10-31-github-actions-a-maintainers-best-friend.md} | 2 +- ....md => 2023-11-14-boost-productivity-with-the-github-cli.md} | 2 +- ...migrating-from-jest-to-vitest-for-your-react-application.md} | 2 +- ...-1nhn.md => 2024-01-23-the-native-browser-dialog-element.md} | 2 +- ...eptics-unveiling-the-undeniable-goodness-of-tailwind-css.md} | 2 +- ...-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo.md | 2 +- ...and-function-how-i-lost-my-submit-button-got-it-back-5b91.md | 2 +- ...g-an-og-image-using-react-and-netlify-edge-functions-563a.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) rename blog/2023/{2023-09-21-supercharge-your-repository-with-code-owners-4clg.md => 2023-09-21-supercharge-your-repository-with-code-owners.md} (98%) rename blog/2023/{2023-10-31-github-actions-a-maintainers-best-friend-488n.md => 2023-10-31-github-actions-a-maintainers-best-friend.md} (98%) rename blog/2023/{2023-11-14-boost-productivity-with-the-github-cli-2mne.md => 2023-11-14-boost-productivity-with-the-github-cli.md} (99%) rename blog/2023/{2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75.md => 2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md} (98%) rename blog/2024/{2024-01-23-the-native-browser-dialog-element-1nhn.md => 2024-01-23-the-native-browser-dialog-element.md} (98%) rename blog/2024/{2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc.md => 2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md} (98%) diff --git a/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners-4clg.md b/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md similarity index 98% rename from blog/2023/2023-09-21-supercharge-your-repository-with-code-owners-4clg.md rename to blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md index 003b6372..171661f9 100644 --- a/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners-4clg.md +++ b/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md @@ -2,7 +2,7 @@ title: "Supercharge your Repository with Code Owners" tags: [] authors: nickytonline -slug: 2023-09-21-supercharge-your-repository-with-code-owners-4clg +slug: supercharge-your-repository-with-code-owners description: "As a maintainer of a repository, it’s in your best interest to automate processes as much as..." --- diff --git a/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend-488n.md b/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md similarity index 98% rename from blog/2023/2023-10-31-github-actions-a-maintainers-best-friend-488n.md rename to blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md index 814ed918..2992bad9 100644 --- a/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend-488n.md +++ b/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md @@ -2,7 +2,7 @@ title: "GitHub Actions: A Maintainer's Best Friend" tags: [] authors: nickytonline -slug: 2023-10-31-github-actions-a-maintainers-best-friend-488n +slug: github-actions-a-maintainers-best-friend description: "As developers, it’s in our best interest to automate things. The less we have to do in a manual way,..." --- diff --git a/blog/2023/2023-11-14-boost-productivity-with-the-github-cli-2mne.md b/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md similarity index 99% rename from blog/2023/2023-11-14-boost-productivity-with-the-github-cli-2mne.md rename to blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md index 203fdb4b..43aa9f88 100644 --- a/blog/2023/2023-11-14-boost-productivity-with-the-github-cli-2mne.md +++ b/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md @@ -2,7 +2,7 @@ title: "Boost productivity with the GitHub CLI" tags: [] authors: nickytonline -slug: 2023-11-14-boost-productivity-with-the-github-cli-2mne +slug: boost-productivity-with-the-github-cli description: "The GitHub CLI is an indispensable tool as a project maintainer or contributor on GitHub. It can..." --- diff --git a/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75.md b/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md similarity index 98% rename from blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75.md rename to blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md index a2fc5e58..fe665f4f 100644 --- a/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75.md +++ b/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md @@ -2,7 +2,7 @@ title: "Migrating from Jest to Vitest for your React Application" tags: [] authors: nickytonline -slug: 2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75 +slug: migrating-from-jest-to-vitest-for-your-react-application description: "Are you looking to migrate from Jest to Vitest for your React application? Look no further. I..." --- diff --git a/blog/2024/2024-01-23-the-native-browser-dialog-element-1nhn.md b/blog/2024/2024-01-23-the-native-browser-dialog-element.md similarity index 98% rename from blog/2024/2024-01-23-the-native-browser-dialog-element-1nhn.md rename to blog/2024/2024-01-23-the-native-browser-dialog-element.md index fc7bcfce..125a5c6f 100644 --- a/blog/2024/2024-01-23-the-native-browser-dialog-element-1nhn.md +++ b/blog/2024/2024-01-23-the-native-browser-dialog-element.md @@ -2,7 +2,7 @@ title: "Unlocking the Power of HTML's Native Browser Dialog Element" tags: [] authors: nickytonline -slug: 2024-01-23-the-native-browser-dialog-element-1nhn +slug: the-native-browser-dialog-element description: "All the major browsers now support the <dialog > element. Why add this HTML element? User land..." --- diff --git a/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc.md b/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md similarity index 98% rename from blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc.md rename to blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md index 47b54cf3..29af9a27 100644 --- a/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc.md +++ b/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md @@ -2,7 +2,7 @@ title: "Challenging the Skeptics: Unveiling the Undeniable Goodness of Tailwind CSS" tags: [] authors: nickytonline -slug: 2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc +slug: challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css description: "People definitely have opinions about Tailwind. There are staunch supporters and staunch haters, but..." --- diff --git a/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo.md b/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo.md index 896551e7..8b617b70 100644 --- a/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo.md +++ b/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo.md @@ -2,7 +2,7 @@ title: "Stuck in the Middle with You: An intro to Middleware" tags: [] authors: nickytonline -slug: 2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo +slug: stuck-in-the-middle-with-you-an-intro-to-middleware description: "Middleware exists in several frameworks like Next.js, Express, Hono and Fresh, and not just in..." --- diff --git a/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91.md b/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91.md index 8389bbc6..a8c2c27d 100644 --- a/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91.md +++ b/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91.md @@ -2,7 +2,7 @@ title: "Form and Function: How I Lost My Submit Button & Got It Back" tags: [] authors: nickytonline -slug: 2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91 +slug: form-and-function-how-i-lost-my-submit-button-got-it-back description: "As web developers, we know that most of the create, read update, and delete (CRUD) actions we perform..." --- diff --git a/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a.md b/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a.md index 8d344bb3..cd9f7786 100644 --- a/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a.md +++ b/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a.md @@ -2,7 +2,7 @@ title: "Creating an OG image using React and Netlify Edge Functions" tags: [] authors: nickytonline -slug: 2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a +slug: creating-an-og-image-using-react-and-netlify-edge-functions description: "Open Graph (OG) images are a must if you're sharing content on the Internet. From sites like..." ---