|
47 | 47 | class="hidden lg:block mx-auto mt-16 flex max-w-2xl lg:ml-10 lg:mt-0 lg:mr-0 lg:max-w-none lg:flex-none xl:ml-32"> |
48 | 48 | <div class="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none"> |
49 | 49 | <a href="https://react-spa.web-templates.io"> |
50 | | - <img src="/img/posts/react/react-spa.webp" alt="App screenshot" |
| 50 | + <img src="/img/pages/react/react-spa.webp" alt="App screenshot" |
51 | 51 | class="w-[50rem] rounded-md p-8 bg-white/5 shadow-2xl ring-1 ring-white/10"> |
52 | 52 | </a> |
53 | 53 | </div> |
@@ -477,12 +477,12 @@ const App = { |
477 | 477 | `, |
478 | 478 | setup() { |
479 | 479 | const screenshots = { |
480 | | - 'React Vite - Light Mode': '/img/posts/react/react-vite.webp', |
481 | | - 'React Vite - Dark Mode': '/img/posts/react/react-vite-dark.webp', |
482 | | - 'React SPA - Light Mode': '/img/posts/react/react-spa.webp', |
483 | | - 'React SPA - Dark Mode': '/img/posts/react/react-spa-dark.webp', |
484 | | - 'Next.js - Light Mode': '/img/posts/react/nextjs.webp', |
485 | | - 'Next.js - Dark Mode': '/img/posts/react/nextjs-dark.webp', |
| 480 | + 'React Vite - Light Mode': '/img/pages/react/react-vite.webp', |
| 481 | + 'React Vite - Dark Mode': '/img/pages/react/react-vite-dark.webp', |
| 482 | + 'React SPA - Light Mode': '/img/pages/react/react-spa.webp', |
| 483 | + 'React SPA - Dark Mode': '/img/pages/react/react-spa-dark.webp', |
| 484 | + 'Next.js - Light Mode': '/img/pages/react/nextjs.webp', |
| 485 | + 'Next.js - Dark Mode': '/img/pages/react/nextjs-dark.webp', |
486 | 486 | } |
487 | 487 |
|
488 | 488 | return { |
|
0 commit comments