File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Config = {
77 appThemeColor : '#287ab1' ,
88 appBgColor : '#ffffff' ,
99 appIcon : 'assets/app-icon.png' ,
10- wpDomain : 'https://fullstackweekly.azureedge.net /' ,
10+ wpDomain : 'https://api. fullstackweekly.com /' ,
1111 client : 'https://www.fullstackweekly.com/' ,
1212 loadDbName : 'vwpLocal' ,
1313 analyticsPath : '//www.google-analytics.com/analytics.js'
Original file line number Diff line number Diff line change 11var config = {
2- " assets" : [
3- " /favicon.ico" ,
4- " /robots.txt" ,
5- " /index.html" ,
6- " /assets/app-icon.png" ,
7- " /assets/fontello.svg" ,
8- " /assets/styles.css" ,
9- " /assets/styles.css.map" ,
10- " /assets/styles.css" ,
11- " /assets/js/app.js" ,
12- " /assets/js/vendor.js" ,
13- " /offline-redirect/"
2+ ' assets' : [
3+ ' /favicon.ico' ,
4+ ' /robots.txt' ,
5+ ' /index.html' ,
6+ ' /assets/app-icon.png' ,
7+ ' /assets/fontello.svg' ,
8+ ' /assets/styles.css' ,
9+ ' /assets/styles.css.map' ,
10+ ' /assets/styles.css' ,
11+ ' /assets/js/app.js' ,
12+ ' /assets/js/vendor.js' ,
13+ ' /offline-redirect/'
1414 ] ,
15- " paths" : {
16- " api" : " https://fullstackweekly.azureedge.net /wp-json" ,
17- " remote" : " https://fullstackweekly.azureedge.net/" ,
18- " client" : " http://localhost:3000/"
15+ ' paths' : {
16+ ' api' : ' https://api. fullstackweekly.com /wp-json' ,
17+ ' remote' : ' https://api. fullstackweekly.com/' ,
18+ ' client' : ' http://localhost:3000/'
1919 } ,
20- " cacheNames" : {
21- " assetCache" : " vwpCacheAsset" ,
22- " remoteCache" : " vwpCacheRemote"
20+ ' cacheNames' : {
21+ ' assetCache' : ' vwpCacheAsset' ,
22+ ' remoteCache' : ' vwpCacheRemote'
2323 }
2424}
Original file line number Diff line number Diff line change 22<nav class =" navbar" >
33 <div class =" navbar-brand" >
44 <router-link to =" /category/blog/" class =" navbar-item" >
5- <img src =" https://fullstackweekly.azureedge.net /wp-content/uploads/2017/03/logo-horizontal.png"
5+ <img src =" https://api. fullstackweekly.com /wp-content/uploads/2017/03/logo-horizontal.png"
66 id =" vwp-logo" alt =" Full Stack Weekly" exact /></router-link >
77
88 <div class =" navbar-burger burger" data-target =" navMenuColorprimary-example" v-on:click =" toggleMenu" >
Original file line number Diff line number Diff line change 33 <div class =" card personal-card" v-if =" categories && categories.length === 1 && categories[0].slug === 'blog'" >
44 <div class =" columns" >
55 <div class =" column personal-img" >
6- <img src =" https://fullstackweekly.azureedge.net /wp-content/uploads/2017/03/bill-100x100.jpg"
6+ <img src =" https://api. fullstackweekly.com /wp-content/uploads/2017/03/bill-100x100.jpg"
77 alt =" Bill Stavroulakis" width =" 100" />
88 </div >
99 <div class =" column is-three-quarters personal-desc" >
You can’t perform that action at this time.
0 commit comments