diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/content/blog/cf-worker-shortener.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/blog/cf-worker-shortener.md b/src/content/blog/cf-worker-shortener.md index 4a08b89..6f3a93a 100644 --- a/src/content/blog/cf-worker-shortener.md +++ b/src/content/blog/cf-worker-shortener.md @@ -239,5 +239,7 @@ My API is deployed at `https://link.pinapelz.com`. So now if anyone navigates th ## Conclusion This was a fun little project to try out what D1 is like. I have to say that its quite easy to use and Cloudflare has done a good job of integrating D1 with Workers. There are reported issues with speed when using D1, but I haven't noticed any issues with my worker. They are also deploying a new version of D1 with an experimental backend too which will significantly improve performance. +You can find the complete source code [here](https://github.com/pinapelz/cloudflare-worker-d1-url-shortener) +  |
