File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import { ImageResponse } from "next/og";
2
2
import { notFound } from "next/navigation" ;
3
3
import { getProductDetails } from "@/lib/queries" ;
4
4
5
- // Route segment config
6
- export const runtime = "edge" ;
7
-
8
5
// Image metadata
9
6
export const alt = "About the product" ;
10
7
export const size = {
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import { ImageResponse } from "next/og";
2
2
import { notFound } from "next/navigation" ;
3
3
import { getSubcategory } from "@/lib/queries" ;
4
4
5
- // Route segment config
6
- export const runtime = "edge" ;
7
-
8
5
// Image metadata
9
6
export const alt = "About the subcategory" ;
10
7
export const size = {
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import { ImageResponse } from "next/og";
2
2
import { notFound } from "next/navigation" ;
3
3
import { getCategory } from "@/lib/queries" ;
4
4
5
- // Route segment config
6
- export const runtime = "edge" ;
7
-
8
5
// Image metadata
9
6
export const alt = "About the category" ;
10
7
export const size = {
You can’t perform that action at this time.
0 commit comments