Skip to content

Commit cd7b221

Browse files
committedFeb 15, 2018
README fix for blog article URL
1 parent d6ed692 commit cd7b221

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ plugins/firebase-auth.js
1414
middleware/check-auth.js
1515
backups
1616
nuxt-firebase-auth-key.json
17-
.env
17+
serviceAccountKey.json

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This is an example of using Nuxt.js in SPA mode with Firebase Authentication
44

5-
[Live Demo](https://nuxt-firebase-auth.firebaseapp.com)
5+
[Live Demo](https://www.davidroyer.me/blog/nuxtjs-firebase-auth)
66

7-
[Blog Article - Part 1 - Overview](https://nuxt-firebase-auth.firebaseapp.com)
7+
[Blog Article - Part 1 - Overview](https://www.davidroyer.me/blog/nuxtjs-firebase-auth)
88

99
![alt text](/nuxt-firebase-authentication.jpg "Screenshot")
1010

11-
**More Info Soon...**
11+
**More Info Soon...** var links = document.links;
12+
13+
for (var i = 0, linksLength = links.length; i < linksLength; i++) { if (links[i].hostname != window.location.hostname) { links[i].target = '_blank'; } }

0 commit comments

Comments
 (0)
Please sign in to comment.