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
When I use query or slug in kebab case, the generated file has a syntax error, and I want to solve this problem by enclosing the description in quotation marks.
Description
When I use query or slug in kebab case, the generated file has a syntax error, and I want to solve this problem by enclosing the description in quotation marks.
翻訳処理前の日本語
kebab case での query や slug を使用すると生成されるファイルが syntax error となるので、記述をクォーテーションなどで囲うことで解決したい。src/pages/ └── test ├── [test-id] │ └── index.js └── index.js
current output
modified output
Describe the solution you'd like
Additional context
pull request for the forked repository
The text was updated successfully, but these errors were encountered: