diff --git a/keystatic.config.ts b/keystatic.config.ts index 6beba3e..92e5121 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -24,11 +24,9 @@ export default config({ frontmatter: 'yaml', }, schema: { - title: fields.slug({ - name: { - label: 'Başlık', - description: 'Blog yazısının başlığı (URL\'de kullanılır)', - }, + title: fields.text({ + label: 'Başlık', + description: 'Blog yazısının başlığı (URL\'de kullanılır)', }), date: fields.datetime({ label: 'Yayın Tarihi',