aboutsummaryrefslogtreecommitdiff
path: root/_posts/2021-01-24-replacing-dropbox-with-s3.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
commitd3dfec6f52d8093db276adb62021ced8f58e590c (patch)
tree91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2021-01-24-replacing-dropbox-with-s3.md
parente490ef9a85ff161305d5647281ed316b54366bca (diff)
downloadmitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz
Added lazy loading to images
Diffstat (limited to '_posts/2021-01-24-replacing-dropbox-with-s3.md')
-rw-r--r--_posts/2021-01-24-replacing-dropbox-with-s3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-01-24-replacing-dropbox-with-s3.md b/_posts/2021-01-24-replacing-dropbox-with-s3.md
index fb4ba68..7599949 100644
--- a/_posts/2021-01-24-replacing-dropbox-with-s3.md
+++ b/_posts/2021-01-24-replacing-dropbox-with-s3.md
@@ -106,7 +106,7 @@ You can use this script in a combination with [Cron](https://en.wikipedia.org/wi
106When you start syncing your local stuff with a remote server you can review your 106When you start syncing your local stuff with a remote server you can review your
107items on DigitalOcean. 107items on DigitalOcean.
108 108
109![Dropbox Spaces](/assets/posts/dropbox-sync/dropbox-spaces.png) 109![Dropbox Spaces](/assets/posts/dropbox-sync/dropbox-spaces.png){:loading="lazy"}
110 110
111I have been using this script now for quite some time, and it's working 111I have been using this script now for quite some time, and it's working
112flawlessly. I also uninstalled Dropbox and stopped using it completely. 112flawlessly. I also uninstalled Dropbox and stopped using it completely.