What i need is this:
dynamic urls and without "blog" before the urls.
Instead of this:
What structure folder or configuration i need to make this possible?
If you dont wanna setup anything, you can just create this: pages/first-post.js insted of pages/blog/first-post.js
So the structure will be:
pages/
first-post.js
second-post.js
third-post.js
Edit: you can just put "_" in filename like: pages/_post.vue