Fix import path in blog publish endpoint
cgen-436ddda43613459ba0ffefadb26babb5
This commit is contained in:
parent
0f5e5b5f3b
commit
9d6818ea96
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { createClient } from "@supabase/supabase-js";
|
import { createClient } from "@supabase/supabase-js";
|
||||||
import { publishPostToGhost, updatePostInGhost } from "@/server/ghost-admin-api";
|
import { publishPostToGhost, updatePostInGhost } from "../../server/ghost-admin-api";
|
||||||
|
|
||||||
const supabaseUrl = process.env.SUPABASE_URL || "";
|
const supabaseUrl = process.env.SUPABASE_URL || "";
|
||||||
const supabaseServiceRole = process.env.SUPABASE_SERVICE_ROLE || "";
|
const supabaseServiceRole = process.env.SUPABASE_SERVICE_ROLE || "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue