diff --git a/.dockerignore b/.dockerignore index 809ba83..31d8fa2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,5 +20,6 @@ **/obj **/secrets.dev.yaml **/values.dev.yaml +**/media LICENSE README.md diff --git a/README.md b/README.md index 0c70a1a..a83b15b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Simple Links is a lightweight alternative to Linktree and others. - Customizable - Open source +## Preview + +![Preview](/media/preview.png) + ## Installation Visit the [wiki](https://git.fascinated.cc/Fascinated/simple-links/wiki/Installation) page for installation instructions. diff --git a/media/preview.png b/media/preview.png new file mode 100644 index 0000000..c231e30 Binary files /dev/null and b/media/preview.png differ