From 5b76ed88913ac7adc13bd6291974ea2964d3ebaf Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 28 Feb 2024 16:15:41 +0800 Subject: [PATCH] remove option to open in StackBlitz --- src/_posts/2023-03-30_razor-ssg.md | 4 ---- src/components/GettingStarted.tsx | 8 -------- 2 files changed, 12 deletions(-) diff --git a/src/_posts/2023-03-30_razor-ssg.md b/src/_posts/2023-03-30_razor-ssg.md index 0f28020..69ae675 100644 --- a/src/_posts/2023-03-30_razor-ssg.md +++ b/src/_posts/2023-03-30_razor-ssg.md @@ -34,10 +34,6 @@ as done in this example that embed's the ``` -
- -
- Although with full control over the websites `_Layout.cshtml`, you're free to use any preferred JS Module or Web Component you prefer. ## Razor Pages diff --git a/src/components/GettingStarted.tsx b/src/components/GettingStarted.tsx index cf4cf21..f74c0be 100644 --- a/src/components/GettingStarted.tsx +++ b/src/components/GettingStarted.tsx @@ -53,14 +53,6 @@ export default ({ template }: Props) => {

or

npx degit ServiceStack/press-react -

or

- -
- - Open in StackBlitz - -
-

Run

npm install npm run dev