summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-09 09:59:48 -0500
committerIkiWiki <ikiwiki.info>2023-12-09 09:59:48 -0500
commit4182e0ffbb1384ebb03a89ca83766978a3dfc9bd (patch)
tree49da9561f7f77a58e656e961a5f972917f1857f9
parented320a961ae4bb2e30fd87f5b353169970d6c3cf (diff)
-rw-r--r--posts/netlify-urls.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/posts/netlify-urls.md b/posts/netlify-urls.md
index 5ccf903..7f03990 100644
--- a/posts/netlify-urls.md
+++ b/posts/netlify-urls.md
@@ -1,6 +1,5 @@
-# Using Netlify for Dynamic URL Redirects
-
-2021-12-03
+[[!meta title="Using Netlify for Dynamic URL Redirects"]]
+[[!meta date="2021-12-03"]]
With the [recent domain switch](/minor-website-changes/) that took place on this website, I needed to have a dependable setup to forward my old domain URLs to the new one. While using something like "URL forwarding" through your domain provider could work, it doesn't natively support *dynamic* linking. Let me explain using a basic example:
@@ -29,6 +28,4 @@ That's it! Now Netlify will dynamically forward all your pre-existing URLs from
Hopefully this helps others trying to dynamically redirect their domains without the headache.
-## Refs
-
-1. I normally set this up through Github / git hosting
+[^1]: I normally set this up through Github / git hosting