mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-31 03:10:51 +00:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
export default {
|
|
tags: "archive",
|
|
eleventyComputed:{
|
|
eleventyNavigation: {
|
|
key: (data) => data.title
|
|
}
|
|
}
|
|
} |