[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;

View File

@@ -7,7 +7,8 @@ export const prerender = false;
import * as util from 'util';
// auth check for inventory management features
const { canAddInventory } = Astro.locals;
//const { canAddInventory } = Astro.locals;
const canAddInventory = false;
// all the facet fields we want to use for filtering
const facetFields:any = {