Skip to content

Commit c203665

Browse files
authored
Merge pull request #220 from codeableorg:aws-s3
fix: define imagesBaseUrl directly in initial_data.ts for consistent image sourcing
2 parents 1034ab8 + d5cc2cc commit c203665

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)