Skip to content

Commit

Permalink
feat(redmine 1258410): fix path error in pageStory.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
vapersmile committed Oct 18, 2023
1 parent 2870069 commit 35dde4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const meta = {
parameters: {
layout: 'fullscreen',
},
title: '3-custom/Pages/{{pascalCase name}}',
title: '3-custom/{{path}}/{{pascalCase name}}',
} satisfies Meta<typeof Cmp>;

export default meta;
Expand Down

0 comments on commit 35dde4d

Please sign in to comment.