diff --git a/404.html b/404.html deleted file mode 100644 index 07a58d77..00000000 --- a/404.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - Solid Cockpit - - - - - - - - - - - - - - - - -
- - - - - - - diff --git a/main.yml b/main.yml index 52fd170c..50c0533d 100644 --- a/main.yml +++ b/main.yml @@ -24,6 +24,8 @@ jobs: run: | yarn i yarn run build + cd dist + cp index.html 404.html - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v4 with: diff --git a/src/stores/auth.ts b/src/stores/auth.ts index f443c287..698d30e3 100644 --- a/src/stores/auth.ts +++ b/src/stores/auth.ts @@ -5,7 +5,7 @@ export const useAuthStore = defineStore("auth", { state: () => ({ loggedIn: false, webId: "" as string, - selectedPodUrl: "" as string, // New state for selected Pod URL + selectedPodUrl: "" as string, }), actions: { initializeAuth() {