vercel / nextjs-portfolio-starter

Easily create a portfolio with Next.js and Markdown.
https://demo.vercel.blog
664 stars 263 forks source link

Customize order of pages in head #23

Open grivasgervilla opened 1 year ago

grivasgervilla commented 1 year ago

Hi,

first, thanks for this project template. I have recently started to use it, and I am wondering how I can customize the order in which page links are displayed in the "head" of the blog.

When I have several pages as, for example, About, Blog, CV... How can I determine the order in which the links to these pages are displayed? I have tried to use a meta.json file as it is said in the Nextra documentation, but I get the following deployment error in this case:

image

Then, how I can customize this?

Many thanks for your time. Regards.

grivasgervilla commented 1 year ago

It seems that it follows page date order. But, is there a better way to customize it?

jdblackstar commented 7 months ago

Was there any better solution here, @grivasgervilla? Having the pages ordered by date seems... weird to me.