fixing path

This commit is contained in:
Warunee Tamkoo 2024-12-08 13:18:31 +07:00
parent 6c2ba74f08
commit eb3f8d3947
5 changed files with 19 additions and 13 deletions

View file

@ -50,7 +50,7 @@ function getLocalStorageItem(key: string): string | null {
onMounted(async () => {
{
const data = await fetch("/toc.json").then((r) => r.json());
const data = await fetch("/manual/toc.json").then((r) => r.json());
if (!!queryRole) {
setLocalStorageItem("role", queryRole);