diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-27 12:28:35 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-27 12:28:35 -0700 |
| commit | 3c7e4c974316efa7f846813511de3d6cbba84ebf (patch) | |
| tree | 7b28621943269cf5d39c711ba7206ac61c476d01 /src/content/blog | |
| parent | 1c7c7e8c62c37daf2d0e5441d55c9c7781874733 (diff) | |
Edit: cf-worker-shortener. Add source code link
Diffstat (limited to 'src/content/blog')
| -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) +  |
