diff --git a/.env.production b/.env.production index 4e5b51c..d9011dc 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -VITE_SSO_ORIGIN=https://sso.1f349.net +VITE_SSO_ORIGIN=https://sso.1f349.com -VITE_API_VIOLET=https://api.1f349.net/v1/violet -VITE_API_ORCHID=https://api.1f349.net/v1/orchid +VITE_API_VIOLET=https://api.1f349.com/v1/violet +VITE_API_ORCHID=https://api.1f349.com/v1/orchid diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09fb809..595a734 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=admin.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=admin.1f349.com&branch=${{ github.ref_name }}"' diff --git a/index.html b/index.html index d6b489c..f938dff 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ 1f349 Admin Panel - + - + - + diff --git a/package.json b/package.json index b267d9f..524cf7c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "admin.1f349.net", + "name": "admin.1f349.com", "private": true, "version": "0.0.0", "type": "module", diff --git a/src/App.svelte b/src/App.svelte index cbbcce7..521ce8f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -49,7 +49,7 @@ {#if $loginStore == null}
diff --git a/src/views/SitesView.svelte b/src/views/SitesView.svelte index 6d9a9a5..3265805 100644 --- a/src/views/SitesView.svelte +++ b/src/views/SitesView.svelte @@ -3,7 +3,7 @@
-