diff --git a/frontend/public/imgs/docs/mobile/test2-1.png b/frontend/public/imgs/docs/mobile/test2-1.png new file mode 100644 index 0000000..b515d33 Binary files /dev/null and b/frontend/public/imgs/docs/mobile/test2-1.png differ diff --git a/frontend/src/docs/mobile/updateInstructions.tsx b/frontend/src/docs/mobile/updateInstructions.tsx index ad51d79..9196123 100644 --- a/frontend/src/docs/mobile/updateInstructions.tsx +++ b/frontend/src/docs/mobile/updateInstructions.tsx @@ -3,17 +3,20 @@ import { Separator } from "../../components/ui/separator"; // image imports -const images = import.meta.glob("/src/imgs/docs/mobile/*.{png,jpg,jpeg,webp}", { - eager: true, - query: "w=300;600;1200&format=webp", - import: "default", -}) as Record; +const images = import.meta.glob( + "/public/imgs/docs/mobile/*.{png,jpg,jpeg,webp}", + { + eager: true, + query: "w=300;600;1200&format=webp", + import: "default", + }, +) as Record; const server = window.LST_CONFIG?.server; -const firstScan = images[`/src/imgs/docs/mobile/${server}-1.png`]; -const secondScan = images[`/src/imgs/docs/mobile/${server}-2.png`]; -const thridScan = images[`/src/imgs/docs/mobile/${server}-3.png`]; +const firstScan = images[`/public/imgs/docs/mobile/${server}-1.png`]; +const secondScan = images[`/public/imgs/docs/mobile/${server}-2.png`]; +const thirdScan = images[`/public/imgs/docs/mobile/${server}-3.png`]; export default function UpdateInstructions() { // const getFile = useMutation({ @@ -128,9 +131,9 @@ export default function UpdateInstructions() {

Scan Commands

- Home - Home - Home + First Scan + Second Scan + Third Scan