Skip to content

Commit f4f8720

Browse files
committed
fix data.json
1 parent e0a20b5 commit f4f8720

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

data.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"llms-txt-tokens": 158,
383383
"llms-full-txt": "",
384384
"llms-full-txt-tokens": null
385-
},
385+
},
386386
{
387387
"product": "Loops",
388388
"website": "https://loops.so/",
@@ -406,7 +406,7 @@
406406
"llms-full-txt-tokens": 1602828,
407407
"llms-txt": "https://docs.mangopay.com/llms.txt",
408408
"llms-txt-tokens": 9955
409-
},
409+
},
410410
{
411411
"product": "MeshConnect",
412412
"website": "https://meshconnect.com/",
@@ -682,26 +682,26 @@
682682
{
683683
"product": "CalendarScripts",
684684
"website": "https://blog.calendarscripts.info/",
685-
"llms-full-txt": null,
686-
"llms-full-txt-tokens": 0,
687685
"llms-txt": "https://blog.calendarscripts.info/llms.txt",
688-
"llms-txt-tokens": 8661
686+
"llms-txt-tokens": 8661,
687+
"llms-full-txt": "",
688+
"llms-full-txt-tokens": null
689689
},
690690
{
691691
"product": "The Data Driven Marketer",
692692
"website": "https://datadrivenmarketer.me",
693-
"llms-full-txt": null,
694-
"llms-full-txt-tokens": 0,
695693
"llms-txt": "https://datadrivenmarketer.me/llms.txt",
696-
"llms-txt-tokens": 304
694+
"llms-txt-tokens": 304,
695+
"llms-full-txt": "",
696+
"llms-full-txt-tokens": null
697697
},
698-
{
698+
{
699699
"product": "Trackingplan",
700700
"website": "https://www.trackingplan.com/",
701-
"llms-full-txt": null,
702-
"llms-full-txt-tokens": 0,
703701
"llms-txt": "https://www.trackingplan.com/llms.txt",
704-
"llms-txt-tokens": 4241
702+
"llms-txt-tokens": 4241,
703+
"llms-full-txt": "",
704+
"llms-full-txt-tokens": null
705705
},
706706
{
707707
"product": "SkyDeck.ai",
File renamed without changes.
File renamed without changes.

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { columns } from "@/components/list-table-columns";
77
import useSiteStore from "@/lib/store";
88

99
const geistMono = localFont({
10-
src: "./fonts/GeistMonoVF.woff",
10+
src: "../fonts/GeistMonoVF.woff",
1111
variable: "--font-geist-mono",
1212
weight: "100 900",
1313
});
File renamed without changes.

0 commit comments

Comments
 (0)