Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
trying to setup the /datapack/ permalink
  • Loading branch information
blockninja124 authored Sep 2, 2024
1 parent 3142b83 commit 9ea199b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,17 @@ markdown: kramdown
highlighter: rouge


# Redirect /datapacks/file/ to the datapack directory
collections:
datapacks:
output: true
permalink: /datapacks/:path/

defaults:
- scope:
path: ""
type: datapacks
values:
layout: default
permalink: /datapacks/:path/

0 comments on commit 9ea199b

Please sign in to comment.