Skip to content

Commit

Permalink
remove option to open in StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 28, 2024
1 parent 0b85a84 commit 5b76ed8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/_posts/2023-03-30_razor-ssg.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ as done in this example that embed's the
<getting-started template="razor-ssg"></getting-started>
```

<div class="py-8 not-prose text-base flex justify-center">
<getting-started template="razor-ssg"></getting-started>
</div>

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
Expand Down
8 changes: 0 additions & 8 deletions src/components/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ export default ({ template }: Props) => {
<h4 className="pb-4 text-center text-xl">or</h4>
<ShellCommand className="mb-2">npx degit ServiceStack/press-react</ShellCommand>

<h4 className="py-4 text-center text-xl">or</h4>

<div className="mx-auto">
<a href="https://stackblitz.com/github/ServiceStack/press-react">
<img alt="Open in StackBlitz" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" />
</a>
</div>

<h4 className="py-6 text-center text-xl">Run</h4>
<ShellCommand className="mb-2">npm install</ShellCommand>
<ShellCommand className="mb-2">npm run dev</ShellCommand>
Expand Down

0 comments on commit 5b76ed8

Please sign in to comment.