Commit b04daad6c840e1dadf80cc6331b46fab20b230d9

Authored by Digvijay Singh
1 parent c65b519960
Exists in master

.env file added

config/dev.env.js
... ... @@ -7,7 +7,7 @@ module.exports = merge(prodEnv, {
7 7 // APIurl: '"https://cors-anywhere.herokuapp.com/https://www.gigsfor.me/_functions"',
8 8 // APIurl: '"https://stg-api.gigsfor.me/api"',
9 9 APIurl: '"https://stg-api.gigsfor.me/api"',
10   - siteUrl: '"http://localhost:8080"',
  10 + siteUrl: '"http://134.209.156.59:8080"',
11 11 imageUrl: '"https://stg-api.gigsfor.me/"',
12 12 fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"',
13 13 landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"',
... ...
... ... @@ -13,7 +13,7 @@ module.exports = {
13 13 proxyTable: {},
14 14  
15 15 // Various Dev Server settings
16   - host: 'localhost', // can be overwritten by process.env.HOST
  16 + host: '134.209.156.59', // can be overwritten by process.env.HOST
17 17 port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
18 18 autoOpenBrowser: false,
19 19 errorOverlay: true,
... ...
src/router/index.js
... ... @@ -13,7 +13,7 @@ import EpisodeIntro from '@/components/EpisodeIntro'
13 13 import AuthorIntro from '@/components/AuthorIntro'
14 14 import AuthorReadingNow from '@/components/AuthorReadingNow'
15 15 import SingleAuthor from '@/components/SingleAuthor'
16   -import Outro from '@/components/Outro'
  16 +import Outro from '@/components/outro'
17 17 import SingleMobileInsight from '@/components/SingleMobileInsight'
18 18 import TwoScreenWithoutInsight from '@/components/TwoScreenWithoutInsight'
19 19 import SingleMobileScreenInsightOne from '@/components/SingleMobileScreenInsightOne'
... ...