Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
max-got committed Jan 5, 2025
1 parent 47ea231 commit b4ba9d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/(llms.txt)/llms.txt/+server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { RequestHandler } from './$types';


import { API_V1_LLMS_ENDPOINT_HANDLER } from '$data/api/llms.handler';

export const prerender = true;
Expand All @@ -21,7 +20,6 @@ export const GET = (async ({ setHeaders }) => {
sections.push('');

directories.forEach(({ directory }) => {

const url = `https://originui-svelte.pages.dev/llms/${directory}.txt`;

sections.push(`- [${directory}](${url})`);
Expand Down

0 comments on commit b4ba9d3

Please sign in to comment.