chore(shared): Renamed saa to path
This commit is contained in:
parent
244f4524c4
commit
85c0916186
4 changed files with 13 additions and 13 deletions
|
@ -83,7 +83,7 @@ export async function getStaticProps({ params }) {
|
|||
toc,
|
||||
intro: intro.join(' '),
|
||||
page: {
|
||||
saa: params.mdxslug, // slug as array (saa)
|
||||
path: params.mdxslug, // path to page as array
|
||||
...mdxMeta[params.mdxslug.join('/')],
|
||||
},
|
||||
params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue