diff --git a/.env.development b/.env.development index dcf8960..8faccb7 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_API_BASE_URL=http://localhost:8080 +VITE_API_BASE_URL=http://mx.astralmail.org:8080 VITE_OAUTH_CLIENT_ID=stalwart-webui #VITE_ACCESS_TOKEN=OPEN_SESAME VITE_OAUTH_SCOPES= diff --git a/index.html b/index.html index dc1ddff..8eaad8d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Portal @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/package-lock.json b/package-lock.json index 47c74b1..b979742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stalwart-webui", - "version": "1.0.0", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stalwart-webui", - "version": "1.0.0", + "version": "1.0.5", "dependencies": { "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-checkbox": "^1.3.3", diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..fc6250a Binary files /dev/null and b/public/favicon.png differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 22e759e..0000000 Binary files a/public/favicon.svg and /dev/null differ