Skip to content

Commit

Permalink
Wrong pattern of an URL for a blog article
Browse files Browse the repository at this point in the history
Signed-off-by: arhimede <[email protected]>
  • Loading branch information
arhimede authored and Xerkus committed Oct 16, 2024
1 parent d0f4e16 commit aa37c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .platform/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
enabled: true
include_subdomains: true
preload: true
redirects:
paths:
'/blog/2024-08-05-using-laminas-continuous-integration.md.html':
to: '/blog/2024-08-05-using-laminas-continuous-integration.html'
code: 301

"https://www.{default}/":
type: redirect
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 2024-08-05-using-laminas-continuous-integration.md
id: 2024-08-05-using-laminas-continuous-integration
author: julian
title: 'Using Laminas Continuous Integration'
draft: false
Expand Down

0 comments on commit aa37c23

Please sign in to comment.