vendor page
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { notFound } from 'next/navigation'
|
||||
import directus from '~/lib/directus'
|
||||
|
||||
export const getStaticPaths = async () => {
|
||||
export const getServerSideProps = async () => {
|
||||
const { data: pages } = await directus.items('pages').readByQuery({
|
||||
limit: 1,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user