Skip to content

Commit b741bdd

Browse files
links
1 parent dc9880d commit b741bdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export default defineConfig({
3737
{
3838
label: "AI Reference",
3939
items: [
40-
{ label: "llms.txt", link: "docs/llms.txt" },
41-
{ label: "Abridged llms.txt", link: "docs/llms-small.txt" },
42-
{ label: "Complete llms.txt", link: "docs/llms-full.txt" },
40+
{ label: "llms.txt", link: "llms.txt" },
41+
{ label: "Abridged llms.txt", link: "llms-small.txt" },
42+
{ label: "Complete llms.txt", link: "llms-full.txt" },
4343
],
4444
},
4545
],

0 commit comments

Comments
 (0)