diff --git a/.env.production b/.env.production index 3ca288f..7a9113c 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_SSO_ORIGIN=https://sso.1f349.net +VITE_SSO_ORIGIN=https://sso.1f349.com -VITE_API_LOTUS=https://api.1f349.net/v1/lotus +VITE_API_LOTUS=https://api.1f349.com/v1/lotus diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fc218c..fa5fdb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,4 +22,4 @@ jobs: run: tar -czvf upload.tar.gz -C ./dist . - name: Release - run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=mail.1f349.net&branch=${{ github.ref_name }}"' + run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u?site=mail.1f349.com&branch=${{ github.ref_name }}"' diff --git a/index.html b/index.html index 281ed41..bb5b0a6 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ 1f349 Mail - + - + - + diff --git a/package.json b/package.json index 7363213..ae5f9a3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mail.1f349.net", + "name": "mail.1f349.com", "private": true, "version": "0.0.0", "type": "module", diff --git a/src/App.svelte b/src/App.svelte index a4c09a6..c711551 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,5 @@ @@ -10,7 +9,7 @@
{#if $loginStore == null}