diff --git a/config-example.yaml b/config-example.yaml index 8fb4d0965..addb4798a 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -6,8 +6,8 @@ instanceDetails: summary: "This is brief summary of whom you are or what your stream is. You can read more about it at owncast.online. You can edit this description in your config file." logo: - small: /img/logo128.png - large: /img/logo256.png + small: /img/logo.svg + large: /img/logo.svg tags: - music diff --git a/webroot/img/logo.svg b/webroot/img/logo.svg new file mode 100644 index 000000000..833026294 --- /dev/null +++ b/webroot/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/img/logo128.png b/webroot/img/logo128.png deleted file mode 100644 index 243e00b0e..000000000 Binary files a/webroot/img/logo128.png and /dev/null differ diff --git a/webroot/img/logo256.png b/webroot/img/logo256.png deleted file mode 100644 index ccf36a87c..000000000 Binary files a/webroot/img/logo256.png and /dev/null differ