diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-08-08 23:34:00 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-08-08 23:34:00 -0700 |
| commit | 5a4d812056b6d2e352099a7f8cdeb88dfaf5063d (patch) | |
| tree | 392b3a6b241223ec4f80a08b9b9a79334c61fd04 /src/content/blog/cf-worker-shortener.md | |
| parent | 779a146ae577cbf92da02888438c4ec81a41de8e (diff) | |
Update hero images on some older posts
Diffstat (limited to 'src/content/blog/cf-worker-shortener.md')
| -rw-r--r-- | src/content/blog/cf-worker-shortener.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/blog/cf-worker-shortener.md b/src/content/blog/cf-worker-shortener.md index 8a9bbf3..2364f3d 100644 --- a/src/content/blog/cf-worker-shortener.md +++ b/src/content/blog/cf-worker-shortener.md @@ -2,7 +2,7 @@ title: 'Testing out Cloudflare D1 and Making a Link Shortener' description: 'Making a simple link shortener to test out Cloudflare Workers and their new Serverless SQL database (D1)' pubDate: 'Jul 27 2023' -heroImage: '/603banner.png' +heroImage: 'https://files.catbox.moe/to49fk.png' --- Cloudflare recently launched its new D1 Serverless SQL database service into Open Alpha. I decided to test it out by making a simple link shortener. This was already previously possible through KV (key-value) storage, but D1 provides a more structured way of storing data allowing you to potentially expand upon this base in the future (for example adding account system to track what links were shortened by who). |
