mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge pull request #407 from OpenCut-app/fix/hardcode-blog
fix: hardcode blog url
This commit is contained in:
@@ -7,7 +7,7 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings";
|
|||||||
import rehypeSanitize from "rehype-sanitize";
|
import rehypeSanitize from "rehype-sanitize";
|
||||||
|
|
||||||
const url = process.env.NEXT_PUBLIC_MARBLE_API_URL ?? "https://api.marblecms.com";
|
const url = process.env.NEXT_PUBLIC_MARBLE_API_URL ?? "https://api.marblecms.com";
|
||||||
const key = process.env.MARBLE_WORKSPACE_KEY ?? "cm6ytuq9x0000i803v0isidst";
|
const key = process.env.MARBLE_WORKSPACE_KEY ?? "cmd4iw9mm0006l804kwqv0k46";
|
||||||
|
|
||||||
async function fetchFromMarble<T>(endpoint: string): Promise<T> {
|
async function fetchFromMarble<T>(endpoint: string): Promise<T> {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user