Back to SPA
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m4s

This commit is contained in:
thepaperpilot 2024-06-16 23:45:20 -05:00
parent b18e47a2ef
commit fdd8312d4c
2 changed files with 3 additions and 12 deletions

View file

@ -20,7 +20,9 @@ module.exports = {
lang: "en-US",
title: 'The Paper Pilot',
description: 'The Paper Pilot\'s Digital Garden',
mpa: true,
// Solves content sometimes not updating correctly when navigating between links,
// but at the cost of local search, the "on this page" section, etc.
// mpa: true,
appearance: false,
vite: {
ssr: {

View file

@ -452,14 +452,3 @@ hr {
.e-content > :last-child {
margin-bottom: 0 !important;
}
/* Required due to no JS */
button[aria-haspopup="true"]:focus + .menu,
.menu:has(:focus) {
opacity: 1 !important;
visibility: visible !important;
}
.VPLocalNav:has(button[aria-expanded="false"]:focus) + .VPSidebar,
.VPSidebar:has(:focus) {
transform: rotate(1.4deg) !important;
}