8000 Use custom domain for serving assets · will007008/nativescript-vue@84c8ebd · GitHub
[go: up one dir, main page]

Skip to content

Commit 84c8ebd

Browse files
committed
Use custom domain for serving assets
1 parent 880ec95 commit 84c8ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/rigor789/nativescript-vue-artwork/master/NativeScript-Vue.png">
2+
<img src="https://art.nativescript-vue.org/NativeScript-Vue.svg">
33
</p>
44

55
<p align="center">

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
registerComponent('sidebar:start', {
133133
template: `
134134
<div class="Logo" router-link="/">
135-
<img src="https://raw.githubusercontent.com/rigor789/nativescript-vue-artwork/master/NativeScript-Vue-Green-White.png" alt="NativeScript-Vue">
136-
<img src="https://raw.githubusercontent.com/rigor789/nativescript-vue-artwork/master/NativeScript-Vue-White-Green.png" alt="NativeScript-Vue">
135+
<img src="https://art.nativescript-vue.org/NativeScript-Vue-Green-White.png" alt="NativeScript-Vue">
136+
<img src="https://art.nativescript-vue.org/NativeScript-Vue-White-Green.png" alt="NativeScript-Vue">
137137
</div>
138138
`,
139139
})

0 commit comments

Comments
 (0)
0