Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image won't showed up #2100

Open
Zakintaliban opened this issue Jul 22, 2023 · 0 comments
Open

image won't showed up #2100

Zakintaliban opened this issue Jul 22, 2023 · 0 comments

Comments

@Zakintaliban
Copy link

hi, i was trying to make my first blog with vercel template and then it shows that it use nextra too, so i was trying to code image, and i already follow the documentation, when i try next and also build it, it's done, it shows, but when i show the production page on my website it didnt show anything, did i miss any? here's the photos.mdx

---
type: page
title: Photos
date: 2021-03-18
---

# Photos

Here's some of my photography.

import Image from 'next/image'

<Image
  src="/images/Taksim%20Camii.jpg"
  alt="Taksim Camii, Istanbul, Turkey"
  width={1125}
  height={750}
  priority
  className="next-image"
/>

<Image
  src="/images/me.jpg"
  alt="Me in Hagia Sophia, Istanbul, Turkey"
  width={1125}
  height={750}
  priority
  className="next-image"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant