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 d4baf90 commit 5277f3fCopy full SHA for 5277f3f
src/gatsby/onPostBuild.ts
@@ -74,10 +74,10 @@ const parsePathSlug = (slug: string) => {
74
);
75
76
const { platform, sub_platform, step } = pathMatch.groups;
77
- let sub = `performance-onboarding.${sub_platform}.${step}`;
+ let sub = `performance-onboarding-${sub_platform}-${step}`;
78
79
if (platform === pathMatch.groups.sub_platform) {
80
- sub = `performance-onboarding.${step}`;
+ sub = `performance-onboarding-${step}`;
81
}
82
83
return {
0 commit comments