Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions 404.html

This file was deleted.

2 changes: 2 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/stores/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading