fix: update media and public folder paths in DecapCMS config
This commit is contained in:
@@ -8,8 +8,8 @@ backend:
|
|||||||
# Explicitly block users without roles
|
# Explicitly block users without roles
|
||||||
squash_merges: true
|
squash_merges: true
|
||||||
|
|
||||||
media_folder: 'src/assets/images'
|
media_folder: 'public/images'
|
||||||
public_folder: '/_astro'
|
public_folder: '/images'
|
||||||
|
|
||||||
locale: 'tr' # Türkçe olarak ayarlandı
|
locale: 'tr' # Türkçe olarak ayarlandı
|
||||||
|
|
||||||
@@ -49,8 +49,8 @@ collections:
|
|||||||
label: 'Öne Çıkan Görsel',
|
label: 'Öne Çıkan Görsel',
|
||||||
name: 'image',
|
name: 'image',
|
||||||
widget: 'image',
|
widget: 'image',
|
||||||
media_folder: '/src/assets/images',
|
media_folder: '/public/images',
|
||||||
public_folder: '~/assets/images',
|
public_folder: '/images',
|
||||||
required: false,
|
required: false,
|
||||||
}
|
}
|
||||||
- { label: 'İçerik', name: 'body', widget: 'markdown' }
|
- { label: 'İçerik', name: 'body', widget: 'markdown' }
|
||||||
|
|||||||
Reference in New Issue
Block a user