Skip to content

Commit d5cc2cc

Browse files
committed
fix: define imagesBaseUrl directly in initial_data.ts for consistent image sourcing
1 parent cc8a5cf commit d5cc2cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prisma/initial_data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { imagesBaseUrl } from "../src/config";
2-
31
import type { CategorySlug } from "../generated/prisma/client";
42

3+
const imagesBaseUrl = "https://fullstock-images.s3.us-east-2.amazonaws.com";
4+
55
export const categories = [
66
{
77
title: "Polos",

0 commit comments

Comments
 (0)