Frontmatter slug test post.
---
slug: "/this/post/has/slug/"
date: 2023-04-09 15:27:00+9
tags:
- English
- Programming
- Markdown
- Gatsby
---
slug
is used as URL.
slug
must begin and end with a /
.
Be careful, slug
ignores basePath
and postPath
options.