Skip to content

Commit cef7271

Browse files
committed
fix build
1 parent 6a62655 commit cef7271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MyApp.Client/src/_posts/2023-08-23_razor-ssg-new-blog-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image: https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?crop=entropy
66
author: Lucy Bates
77
---
88

9-
import GettingStarted from "@/components/GettingStarted"
9+
import { GettingStarted } from 'react-net-templates'
1010
import ChartJs from "./components/ChartJs"
1111

1212
## New Blogging features in Razor SSG

MyApp.Client/src/_posts/2024-02-28_markdown-components-in-react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [docs, markdown]
66
image: https://servicestack.net/img/posts/markdown-components-in-react/bg.webp
77
---
88

9-
import GettingStarted from "@/components/GettingStarted"
9+
import { GettingStarted } from 'react-net-templates'
1010
import Hello from "./components/Hello"
1111
import Counter from "./components/Counter"
1212
import Plugin from "./components/Plugin"
@@ -56,7 +56,7 @@ Any components you want to use in the markdown page will need to imported right
5656
syntax, e.g:
5757

5858
```tsx
59-
import GettingStarted from "@/components/GettingStarted"
59+
import { GettingStarted } from 'react-net-templates'
6060
import Hello from "./components/Hello"
6161
import Counter from "./components/Counter"
6262
import Plugin from "./components/Plugin"

0 commit comments

Comments
 (0)