diff options
| -rw-r--r-- | config.production.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.production.php b/config.production.php index 30a1b7b..fd91313 100644 --- a/config.production.php +++ b/config.production.php @@ -13,7 +13,7 @@ return [ // Default author, if not provided in a post 'author' => 'David T. Sadler', 'sort' => '-date', - 'path' => '/posts/{date|Y-m-d}/{filename}', + 'path' => '/posts', 'filter' => function ($item) use ($now) { // Only publish posts that have a date and which is not in the future. $date = $item->getDate(); |
