Skip to content

Commit 1fcacc2

Browse files
committed
Update Index.cshtml
1 parent f5f60c3 commit 1fcacc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ const App = {
699699
title="React Static"
700700
description="Minimal foundation for a classic Single Page Application (SPA) statically generated by Vite. Perfect for dashboards, internal tools, admin panels, and highly interactive apps where SEO isn't a priority."
701701
href="https://react-templates.net/docs/templates/react-static"
702-
screenshot="https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/react-static.webp?raw=true"
702+
screenshot="https://docs.servicestack.net/img/pages/react/react-static.webp"
703703
github-template="https://github.com/new?template_name=react-static&template_owner=NetCoreTemplates"></vibe-template>
704704
</div>
705705
@@ -713,7 +713,7 @@ const App = {
713713
title="Next.js Static"
714714
description="The ultimate solution for public-facing websites. Combines the SEO and performance of Static Site Generation (SSG) with a dynamic .NET API. Ideal for marketing sites, landing pages, blogs, and content-focused sites that benefit from SEO."
715715
href="https://react-templates.net/docs/templates/next-static"
716-
screenshot="https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/next-static.webp?raw=true"
716+
screenshot="https://docs.servicestack.net/img/pages/react/next-static.webp"
717717
github-template="https://github.com/new?template_name=next-static&template_owner=NetCoreTemplates"></vibe-template>
718718
</div>
719719
@@ -727,7 +727,7 @@ const App = {
727727
title="Next.js RSC"
728728
description="The cutting edge of React. Leverage the full uncompromising power of Next.js React Server Components to access .NET APIs directly on the server, reducing bundle size and improving performance."
729729
href="https://react-templates.net/docs/templates/next-rsc"
730-
screenshot="/img/pages/react/next-rsc.webp"
730+
screenshot="https://docs.servicestack.net/img/pages/react/next-rsc.webp"
731731
github-template="https://github.com/new?template_name=next-rsc&template_owner=NetCoreTemplates"></vibe-template>
732732
</div>
733733
@@ -761,7 +761,7 @@ const App = {
761761
title="React SPA"
762762
description="A feature-rich React Single Page Application powered by Vite. Includes Blog functionality, Todos, shadcn/ui components, API Keys management, AI Chat capabilities, and Swagger UI - all integrated with a robust .NET backend."
763763
href="https://react-templates.net/docs/templates/react-spa"
764-
screenshot="https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/react-spa.webp?raw=true"></vibe-template>
764+
screenshot="https://docs.servicestack.net/img/pages/react/react-spa.webp"></vibe-template>
765765
</div>
766766
767767
<div class="mb-12">
@@ -770,7 +770,7 @@ const App = {
770770
title="Next.js"
771771
description="A comprehensive Next.js template showcasing the full power of integrating React with .NET. Features a complete Blog with MDX, Todos implementation, shadcn/ui components, API Keys management, AI Chat integration, and Swagger UI for API exploration."
772772
href="/docs/templates/nextjs"
773-
screenshot="https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/nextjs.webp?raw=true"></vibe-template>
773+
screenshot="https://docs.servicestack.net/img/pages/react/nextjs.webp"></vibe-template>
774774
</div>
775775
</div>
776776
`,

0 commit comments

Comments
 (0)