Skip to content

Commit 71cc180

Browse files
author
Daveed
committed
added cafecito strapi package
1 parent f5ce585 commit 71cc180

File tree

5 files changed

+83
-241
lines changed

5 files changed

+83
-241
lines changed

package-lock.json

Lines changed: 52 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
"@tabler/icons-react": "^3.31.0",
1717
"@tailwindcss/typography": "^0.5.16",
1818
"@tailwindcss/vite": "^4.0.14",
19-
"@types/react": "^19.0.10",
20-
"@types/react-dom": "^19.0.4",
19+
"@types/react": "^18.1.0",
20+
"@types/react-dom": "^18.1.0",
2121
"astro": "^5.5.2",
22+
"cafecito": "^0.11.0",
2223
"framer-motion": "^12.5.0",
2324
"marked": "^15.0.7",
24-
"react": "^19.0.0",
25-
"react-dom": "^19.0.0",
25+
"react": "^18.1.0",
26+
"react-dom": "^18.1.0",
2627
"tailwindcss": "^4.0.14",
2728
"zod": "^3.24.2"
2829
},

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { markketplace } from "../config";
22
import { defineCollection } from "astro:content";
33

4-
import { strapiLoader } from "../markket";
4+
import { strapiLoader } from "../markket/strapi.api";
55

66
const pages = defineCollection({
77
loader: strapiLoader({

src/markket/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11

2-
3-
import { strapiLoader } from "./strapi.api";
4-
5-
export { strapiLoader };
2+
export { strapiLoader } from "./strapi.api";

0 commit comments

Comments
 (0)