diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7babce44cc..a394b8da4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -90,7 +90,7 @@ body:
`_redirects` - ```toml + ``` # Paste content of your `_redirects` file here ``` @@ -105,7 +105,7 @@ body:
`next.config.js` - ```toml + ```js # Paste content of your `next.config.js` file here. Check there is no private info in there. ```