Skip to content

Commit

Permalink
fix: revert deletion in config that broke page urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Nov 17, 2023
1 parent 6322f97 commit 6631fd6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ exclude:
- LICENSE

defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: "/:basename"
layout: "page"
sidebar: main
-
scope:
path: "pages/lifecycle"
Expand Down

0 comments on commit 6631fd6

Please sign in to comment.