Disable Eleventy navigation on link groups

This commit is contained in:
Leilukin 2024-12-30 20:28:59 +08:00 committed by Helen Chong
parent 6488763816
commit 04bc2bfc3f

View File

@ -5,8 +5,8 @@ export default {
eleventyComputed: {
title: "{{ title }}",
eleventyNavigation: {
key: "{{ title }}",
parent: "Links"
key: false,
parent: false
}
}
}