Skip to content

Commit 1d51912

Browse files
authored
replace LoaderFunction with LoaderFunctionArgs in seo.md (#603)
1 parent d194759 commit 1d51912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/seo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const handle: SEOHandle = {
3131
// in your routes/url-that-doesnt-need-sitemap
3232
import { SEOHandle } from '@nasa-gcn/remix-seo'
3333

34-
export let loader: LoaderFunction = ({ request }) => {
34+
export let loader = ({ request }: LoaderFunctionArgs) => {
3535
/**/
3636
}
3737

0 commit comments

Comments
 (0)