Replies: 2 comments
-
I haven't tested it, but the following might work. I think the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @nobkd, Thank you for taking the time to respond to my post. I'll review the links you sent and try their solution. Have a great day. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I hope you are well.
In the .md files, we can define variables in the front matter like:
title: 'my italian trip'
description: 'this is a page about my trip to Venice'
slug: 'venice-trip'
It is possible to have the name of our file like blog.md but render the slug in the browser?
For example,
blog1.md renders https://www.example.com/blog/blog1.md
Can we do this?
blog1.md renders https://www.example.com/blog/venice-trip
If so, how do I do it? Would anyone have an example of their code?
Thank you for your time, and have a Nuxt day. :)
Beta Was this translation helpful? Give feedback.
All reactions