feat: Include content with publishdate in the future for staging

This commit is contained in:
Simon 2021-04-27 14:49:35 +02:00
parent fabb09ed12
commit 5ff6b113ac
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ install() {
dev() {
echo "🚧 Lancement du serveur pour le développement"
hugo server -D
hugo server -DF
}
dev_prod() {