diff --git a/.gitignore b/.gitignore
index 75b0373..9f38855 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/node_modules/
/.idea/
.env
+/package-lock.json
diff --git a/README.md b/README.md
index 8dace77..15cfed4 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ docker-compose up -d
4. Set the "External domain" in your Immich **Server Settings** to be the same as the public URL for your Immich Public Proxy:
-
+
Now whenever you share an image or gallery through Immich, it will automatically create the
correct public path for you.
diff --git a/public/images/server-settings.png b/public/images/server-settings.png
index 3754b6e..61294ab 100644
Binary files a/public/images/server-settings.png and b/public/images/server-settings.png differ