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.
2 parents 1034ab8 + d5cc2cc commit c203665Copy full SHA for c203665
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