Skip to content

Commit 09aa7f1

Browse files
committed
fix imgs
1 parent 16194e7 commit 09aa7f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
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">
4848
<div class="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
4949
<a href="https://react-spa.web-templates.io">
50-
<img src="/img/pages/react/react-spa.webp" alt="App screenshot"
50+
<img src="/img/posts/react/react-spa.webp" alt="App screenshot"
5151
class="w-[50rem] rounded-md p-8 bg-white/5 shadow-2xl ring-1 ring-white/10">
5252
</a>
5353
</div>
@@ -477,12 +477,12 @@ const App = {
477477
`,
478478
setup() {
479479
const screenshots = {
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',
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',
486486
}
487487
488488
return {

0 commit comments

Comments
 (0)