Skip to content

Commit

Permalink
replace LoaderFunction with LoaderFunctionArgs in seo.md (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky authored Jan 19, 2024
1 parent d194759 commit 1d51912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const handle: SEOHandle = {
// in your routes/url-that-doesnt-need-sitemap
import { SEOHandle } from '@nasa-gcn/remix-seo'

export let loader: LoaderFunction = ({ request }) => {
export let loader = ({ request }: LoaderFunctionArgs) => {
/**/
}

Expand Down

0 comments on commit 1d51912

Please sign in to comment.