@@ -568,9 +568,9 @@ import ReactCallout from "/pages/components/ReactCallout.mjs"
568568import ReactCopilotTemplates from " /pages/components/ReactCopilotTemplates.mjs"
569569
570570export const Index = [
571- template (' react-vite ' , ' React Vite ' , ' ReactNative' ,[' spa ' , ' empty ' ] ),
572- template (' nextjs' , ' Next.js' , ' NextjsNative' ,[' static' , ' featured' ]),
573- template (' react-spa' , ' React SPA' , ' ReactNative' ,[' spa' ,' featured' ]),
571+ template (' react-static ' , ' React Static ' , ' ReactNative' ,[' vite ' , ' static ' ], " react-static.react-templates.net " ),
572+ template (' nextjs' , ' Next.js' , ' NextjsNative' ,[' static' , ' featured' ], " nextjs.react-templates.net " ),
573+ template (' react-spa' , ' React SPA' , ' ReactNative' ,[' spa' ,' featured' ], " react-spa.react-templates.net " ),
574574].reduce ((acc , template ) => { acc[template .repo ] = template; return acc}, {})
575575
576576
@@ -583,7 +583,7 @@ const App = {
583583 },
584584 template: `
585585<div class="max-w-screen-lg">
586- <Templates :templates="[Index['react-vite '],Index['nextjs'],Index['react-spa']]" />
586+ <Templates :templates="[Index['react-static '],Index['nextjs'],Index['react-spa']]" />
587587
588588 <ReactCopilotTemplates class="mt-12" />
589589
@@ -601,8 +601,8 @@ const App = {
601601` ,
602602 setup () {
603603 const screenshots = {
604- ' React Vite - Light Mode' : ' /img/posts/react/react-vite .webp' ,
605- ' React Vite - Dark Mode' : ' /img/posts/react/react-vite -dark.webp' ,
604+ ' React Static - Light Mode' : ' /img/posts/react/react-static .webp' ,
605+ ' React Static - Dark Mode' : ' /img/posts/react/react-static -dark.webp' ,
606606 ' React SPA - Light Mode' : ' /img/posts/react/react-spa.webp' ,
607607 ' React SPA - Dark Mode' : ' /img/posts/react/react-spa-dark.webp' ,
608608 ' Next.js - Light Mode' : ' /img/posts/react/nextjs.webp' ,
0 commit comments