We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7aa6f commit 69bfa04Copy full SHA for 69bfa04
src/gatsby/onPostBuild.ts
@@ -79,7 +79,7 @@ const parsePathSlug = (slug: string) => {
79
80
const { platform, sub_platform } = pathMatch.groups;
81
const step = String(pathMatch.groups.step).replace(/\./g, "-");
82
- const sub = platform === sub_platform ? `performance-onboarding-${step}` : `performance-onboarding-${sub_platform}-${step}`;
+ const sub = platform === sub_platform ? `performance-onboarding-${step}` : `${sub_platform}-performance-onboarding-${step}`;
83
84
return {
85
platform,
0 commit comments