File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
static/usage/v7/img/basic
versioned_docs/version-v7 Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11``` html
22<ion-img
3- src =" https://docs-demo.ionic.io /assets/madison.jpg"
3+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
44 alt =" The Wisconsin State Capitol building in Madison, WI at night"
55></ion-img >
66```
Original file line number Diff line number Diff line change 2121 < ion-content >
2222 < div class ="container ">
2323 < ion-img
24- src ="https://docs-demo.ionic.io /assets/madison.jpg "
24+ src ="https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg "
2525 alt ="The Wisconsin State Capitol building in Madison, WI at night "
2626 > </ ion-img >
2727 </ div >
Original file line number Diff line number Diff line change 11``` html
22<ion-img
3- src =" https://docs-demo.ionic.io /assets/madison.jpg"
3+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
44 alt =" The Wisconsin State Capitol building in Madison, WI at night"
55></ion-img >
66```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { IonImg } from '@ionic/react';
55function Example() {
66 return (
77 <IonImg
8- src = " https://docs-demo.ionic.io /assets/madison.jpg"
8+ src = " https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
99 alt = " The Wisconsin State Capitol building in Madison, WI at night"
1010 ></IonImg >
1111 );
Original file line number Diff line number Diff line change 11``` html
22<template >
33 <ion-img
4- src =" https://docs-demo.ionic.io /assets/madison.jpg"
4+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
55 alt =" The Wisconsin State Capitol building in Madison, WI at night"
66 ></ion-img >
77</template >
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: Introduction to Ionic
33sidebar_label : Overview
44slug : /
55hide_table_of_contents : true
6- demoUrl : https://docs-demo.ionic.io /
7- demoSourceUrl : https://github.com/ionic-team/docs-demo
6+ demoUrl : https://ionic- docs-demo-v7.vercel.app /
7+ demoSourceUrl : https://github.com/ionic-team/docs-demo/tree/7.x
88---
99
1010import DocsCard from '@components/global /DocsCard';
You can’t perform that action at this time.
0 commit comments