Spaces:
Build error
Build error
Create src/routes/__root.tsx
#12
by launch-calcium - opened
- src/routes/__root.tsx +4 -0
src/routes/__root.tsx
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
export const HEAD = {
|
| 2 |
+
title: 'Imageboard Grabber',
|
| 3 |
+
description: 'Boruu-style image grabber with batch ZIP download.',
|
| 4 |
+
};
|