1
0
Fork 0

chore(shared): Renamed saa to path

This commit is contained in:
Joost De Cock 2023-03-26 06:56:43 +02:00
parent 244f4524c4
commit 85c0916186
4 changed files with 13 additions and 13 deletions

View file

@ -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,