diff --git a/content/tutorials/1.getting-started/fetch-data-from-directus-with-nextjs.md b/content/tutorials/1.getting-started/fetch-data-from-directus-with-nextjs.md index 0043c0dd..f21da2ef 100644 --- a/content/tutorials/1.getting-started/fetch-data-from-directus-with-nextjs.md +++ b/content/tutorials/1.getting-started/fetch-data-from-directus-with-nextjs.md @@ -140,7 +140,7 @@ single file can be used for all of the top-level pages. ```jsx import directus from '@/lib/directus'; import { notFound } from 'next/navigation'; -import { readItem } from '@directus/sdk'; +import { readItems } from '@directus/sdk'; async function getPage(slug) { try {