Skip to content

astro

Invalid use of getDataEntryById or getEntryBySlug function.

Astro

Invalid use of getDataEntryById or getEntryBySlug function.

Invalid use of getDataEntryById or getEntryBySlug function.

import DontEditWarning from '~/components/DontEditWarning.astro'

GetEntryDeprecationError: The METHOD function is deprecated and cannot be used to query the "COLLECTION" collection. Use getEntry instead.

What went wrong?

The getDataEntryById and getEntryBySlug functions are deprecated and cannot be used with content collections. Use the getEntry function instead.