seperated url and title + escape
This commit is contained in:
@@ -43,6 +43,7 @@ export const getPost = (slug: string) => apiFetch<Post>(`/posts/${encodeURICompo
|
||||
export const savePost = (data: {
|
||||
slug: string;
|
||||
old_slug?: string | null;
|
||||
title?: string | null;
|
||||
date?: string;
|
||||
summary?: string | null;
|
||||
tags?: string[];
|
||||
|
||||
Reference in New Issue
Block a user