From 46e5e015f4d173fcdce05ca34826c4abfd555533 Mon Sep 17 00:00:00 2001 From: ayan4m1 Date: Sat, 23 Dec 2023 13:09:52 -0500 Subject: [PATCH] add trailing slash to paths so they match again --- articles/electronics/t962-reflow-oven.md | 2 +- articles/react/code-browser-with-gatsby.mdx | 2 +- articles/react/use-rainbow-hook.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/electronics/t962-reflow-oven.md b/articles/electronics/t962-reflow-oven.md index 3b6dda6..4322567 100644 --- a/articles/electronics/t962-reflow-oven.md +++ b/articles/electronics/t962-reflow-oven.md @@ -1,5 +1,5 @@ --- -path: /electronics/t962-reflow-oven-blues +path: /electronics/t962-reflow-oven-blues/ date: 2023-12-05 description: An ill-fated attempt at fixing a crappy Chinese PCB oven. title: T-962 Blues diff --git a/articles/react/code-browser-with-gatsby.mdx b/articles/react/code-browser-with-gatsby.mdx index e64662e..2e34ca5 100644 --- a/articles/react/code-browser-with-gatsby.mdx +++ b/articles/react/code-browser-with-gatsby.mdx @@ -1,5 +1,5 @@ --- -path: /react/code-browser-with-gatsby +path: /react/code-browser-with-gatsby/ date: 2023-12-23 description: How to use Gatsby to provide an elegant code browser interface. title: Code Browser with Gatsby diff --git a/articles/react/use-rainbow-hook.mdx b/articles/react/use-rainbow-hook.mdx index 01d81f9..149367d 100644 --- a/articles/react/use-rainbow-hook.mdx +++ b/articles/react/use-rainbow-hook.mdx @@ -1,5 +1,5 @@ --- -path: /react/use-rainbow-hook +path: /react/use-rainbow-hook/ date: 2023-12-19 description: A simple custom hook for lerping through the color wheel. title: useRainbow Hook