diff --git a/.env.production b/.env.production index 253b032..ca844e4 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ NODE_ENV=production -VUE_APP_BASE_URL=/ +VUE_APP_BASE_URL=http://dev.fastposter.beerape.com/ VUE_APP_FP_TOKEN='FPJTOKEN' \ No newline at end of file diff --git a/.gitignore b/.gitignore index c1e4562..41b0e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -!/dist +dist/ # local env files