mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: incorrect domain for images (#3843)
This commit is contained in:
parent
3f8b63e6e5
commit
a07f887971
@ -33,7 +33,7 @@ export const siteConfig = {
|
||||
links: {
|
||||
github: "https://github.com/nextui-org/nextui",
|
||||
twitter: "https://twitter.com/getnextui",
|
||||
docs: "https://nextui-docs-v2.vercel.app",
|
||||
docs: "https://nextui.org",
|
||||
discord: "https://discord.gg/9b6yyZKmH4",
|
||||
sponsor: "https://patreon.com/jrgarciadev",
|
||||
portfolio: "https://jrgarciadev.com",
|
||||
|
||||
@ -5,7 +5,7 @@ export default function App() {
|
||||
<Image
|
||||
isBlurred
|
||||
width={240}
|
||||
src="https://nextui-docs-v2.vercel.app/images/album-cover.png"
|
||||
src="https://nextui.org/images/album-cover.png"
|
||||
alt="NextUI Album Cover"
|
||||
className="m-5"
|
||||
/>
|
||||
|
||||
@ -5,7 +5,7 @@ export default function App() {
|
||||
<Image
|
||||
width={300}
|
||||
height={200}
|
||||
src="https://app.requestly.io/delay/1000/https://nextui-docs-v2.vercel.app/images/fruit-4.jpeg"
|
||||
src="https://app.requestly.io/delay/1000/https://nextui.org/images/fruit-4.jpeg"
|
||||
fallbackSrc="https://via.placeholder.com/300x200"
|
||||
alt="NextUI Image with fallback"
|
||||
/>
|
||||
|
||||
@ -6,7 +6,7 @@ export default function App() {
|
||||
width={300}
|
||||
height={200}
|
||||
alt="NextUI hero Image with delay"
|
||||
src="https://app.requestly.io/delay/5000/https://nextui-docs-v2.vercel.app/images/hero-card-complete.jpeg"
|
||||
src="https://app.requestly.io/delay/5000/https://nextui.org/images/hero-card-complete.jpeg"
|
||||
/>
|
||||
);
|
||||
}`;
|
||||
|
||||
@ -7,7 +7,7 @@ export default function App() {
|
||||
as={NextImage}
|
||||
width={300}
|
||||
height={200}
|
||||
src="https://nextui-docs-v2.vercel.app/images/hero-card-complete.jpeg"
|
||||
src="https://nextui.org/images/hero-card-complete.jpeg"
|
||||
alt="NextUI hero Image"
|
||||
/>
|
||||
);
|
||||
|
||||
@ -5,7 +5,7 @@ export default function App() {
|
||||
<Image
|
||||
width={300}
|
||||
alt="NextUI hero Image"
|
||||
src="https://nextui-docs-v2.vercel.app/images/hero-card-complete.jpeg"
|
||||
src="https://nextui.org/images/hero-card-complete.jpeg"
|
||||
/>
|
||||
);
|
||||
}`;
|
||||
|
||||
@ -6,7 +6,7 @@ export default function App() {
|
||||
isZoomed
|
||||
width={240}
|
||||
alt="NextUI Fruit Image with Zoom"
|
||||
src="https://nextui-docs-v2.vercel.app/images/fruit-1.jpeg"
|
||||
src="https://nextui.org/images/fruit-1.jpeg"
|
||||
/>
|
||||
);
|
||||
}`;
|
||||
|
||||
@ -526,7 +526,7 @@ describe("Dropdown", () => {
|
||||
<DropdownTrigger>
|
||||
<Image
|
||||
alt="NextUI hero Image"
|
||||
src="https://nextui-docs-v2.vercel.app/images/hero-card-complete.jpeg"
|
||||
src="https://nextui.org/images/hero-card-complete.jpeg"
|
||||
width={300}
|
||||
/>
|
||||
</DropdownTrigger>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user