You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show an error if there’s a file with no extension (#437)
This aims to help catch a common error: people adding a markdown file
for a post but forgetting to add the `.md` file extension.
If a file is found, the build will fail with an helpful error.
`Found file called '${path.basename(fileWithoutExtension)}' without an extension. Did you forget to add .md to it?\nFile path: ${fileWithoutExtension}`
0 commit comments