Skip to content

Commit 0aba73a

Browse files
committed
fix(excel):excle sheet is not laoding added ./tools.xlsx let see if it fix it
1 parent 85de103 commit 0aba73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function ScriptGenerator() {
3838
useEffect(() => {
3939
const fetchAndParse = async () => {
4040
try {
41-
const res = await fetch("/tools.xlsx");
41+
const res = await fetch("./tools.xlsx");
4242
const arrayBuffer = await res.arrayBuffer();
4343
const workbook = XLSX.read(arrayBuffer, { type: "array" });
4444

0 commit comments

Comments
 (0)