Skip to content

Commit 18d6ea6

Browse files
committed
fix incorrect import
1 parent a42bbba commit 18d6ea6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

platform-includes/sourcemaps/overview/javascript.cloudflare.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ If you want to configure source maps to upload manually, follow the guide for yo
1919

2020
### Guides for Source Maps
2121

22-
- <PlatformLink to="/sourcemaps/uploading/typescript/">
23-
TypeScript (tsc)
24-
</PlatformLink>
22+
- <PlatformLink to="/sourcemaps/uploading/typescript/">TypeScript (tsc)</PlatformLink>
2523

2624
<Alert>
2725
If you're using a bundler like Webpack, Vite, Rollup, or Esbuild, use the

platform-includes/sourcemaps/upload/primer/javascript.cloudflare.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ If you can't find the tool of your choice in the list below, we recommend you ch
77

88
</Alert>
99

10-
<Include name="sourcemaps/overview/javascript.cloudflare.mdx" />
10+
<Include name="../platform-includes/sourcemaps/overview/javascript.cloudflare.mdx" />
1111

12-
<PageGrid />
12+
<PageGrid />

0 commit comments

Comments
 (0)