Skip to content

Commit 41b063a

Browse files
authored
Update llms-txt-validation.js
1 parent 8461f5c commit 41b063a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llms-txt-validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[llms-txt-valid]
1+
//[llms-txt-valid]
22
return fetch('/llms.txt')
33
.then(response => {
44
if (!response.ok) return 0;

0 commit comments

Comments
 (0)