We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8a5cf commit d5cc2ccCopy full SHA for d5cc2cc
prisma/initial_data.ts
@@ -1,7 +1,7 @@
1
-import { imagesBaseUrl } from "../src/config";
2
-
3
import type { CategorySlug } from "../generated/prisma/client";
4
+const imagesBaseUrl = "https://fullstock-images.s3.us-east-2.amazonaws.com";
+
5
export const categories = [
6
{
7
title: "Polos",
0 commit comments