mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Add warning to example url path
Using `/ghost` will break the admin portal
This commit is contained in:
parent
cf8c367214
commit
9d72d266df
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
"en": "Choose a path for Ghost",
|
||||
"fr": "Choisissez un chemin pour Ghost"
|
||||
},
|
||||
"example": "/blog",
|
||||
"example": "/blog (do not use /ghost)",
|
||||
"default": "/blog"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue