Skip to content

Commit 0380b6d

Browse files
committed
Fix component example source path
1 parent be54da6 commit 0380b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris.shopify.com/pages/components/[component].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const getStaticProps: GetStaticProps<
9494
(example: ComponentExample) => {
9595
const examplePath = path.resolve(
9696
process.cwd(),
97-
`src/pages/examples/${example.fileName}`,
97+
`pages/examples/${example.fileName}`,
9898
);
9999
let code = '';
100100

0 commit comments

Comments
 (0)