Skip to content

Commit 51933d9

Browse files
img adjustments
1 parent c311c9a commit 51933d9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ Licensed under the MIT license.
7474
[LICENSE](https://github.com/webdevnerdstuff/vue-unicorn-log/blob/master/LICENSE.md)
7575

7676
[![@WebDevNerdStuff](https://img.shields.io/badge/github-webdevnerdstuff-brightgreen.svg)](https://github.com/webdevnerdstuff)
77+
78+
![Vue Unicorn Log](https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
function gtag() { dataLayer.push(arguments); }
44
gtag('js', new Date());
55

6-
gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?d85332a53e2ac6937272"></script></body></html>
6+
gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?4fa838528fc867e4adc5"></script></body></html>

docs/vue-unicorn-log.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/docs/UnicornLog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Vue.use(UnicornLog, {
455455
<div class="row mb-5">
456456
<div class="col-12 text-center">
457457
<img
458-
src="/images/vue-unicorn-log-social.jpg"
458+
src="images/vue-unicorn-log-social.jpg"
459459
alt="Vue Unicorn Log by @WebDevNerdStuff"
460460
/>
461461
</div>

0 commit comments

Comments
 (0)