Fix: Public pages not loading due to missing store JavaScript variables for store pages in router.

This commit is contained in:
2024-10-25 17:51:00 +01:00
parent 8c7f6f2494
commit 070bf7ebd5
3 changed files with 30 additions and 152 deletions

View File

@@ -6,7 +6,10 @@
}
#pageBody > .card:not(:first-of-type) {
}
#email {
min-width: 40vw;
width: 40vw;
}
/*
.content > a {

View File

@@ -6,7 +6,10 @@
}
#pageBody > .card:not(:first-of-type) {
}
#email {
min-width: 40vw;
width: 40vw;
}
/*
.content > a {