[chore] disable inventory so this branch can be merged to master

This commit is contained in:
2026-05-25 20:30:33 -04:00
parent ba15343727
commit 52e7f77e51
3 changed files with 6 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ import FirstEditionIcon from "../../components/FirstEditionIcon.astro";
import { Tooltip } from "bootstrap";
// auth check for inventory management features
const { canAddInventory } = Astro.locals;
//const { canAddInventory } = Astro.locals;
const canAddInventory = false;
export const partial = true;
export const prerender = false;