feat(poc): cahnge runtime for test

This commit is contained in:
Björn Meyer
2023-07-14 13:04:52 +02:00
parent 09ecbe89e3
commit 179b92d5d8
10 changed files with 23 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
import OpengraphImage from 'components/opengraph-image';
import { getCollection } from 'lib/shopware';
export const runtime = 'edge';
export const runtime = 'nodejs';
export default async function Image({ params }: { params: { collection: string } }) {
const collection = await getCollection(params.collection);