diff --git a/crabfit-frontend/public/index.css b/crabfit-frontend/public/index.css index c7ce2f9..2a1da93 100644 --- a/crabfit-frontend/public/index.css +++ b/crabfit-frontend/public/index.css @@ -1,7 +1,7 @@ @font-face { font-family: 'Karla'; src: url('fonts/karla-variable.ttf') format('truetype'); - font-weight: 1 999; + font-weight: 200 800; } @font-face { diff --git a/crabfit-frontend/src/services/index.js b/crabfit-frontend/src/services/index.js index affb536..a39bb72 100644 --- a/crabfit-frontend/src/services/index.js +++ b/crabfit-frontend/src/services/index.js @@ -1,4 +1,4 @@ -const API_URL = process.env.NODE_ENV === 'production' ? 'https://api-dot-crabfit.uc.r.appspot.com' : 'http://localhost:8080' +const API_URL = process.env.NODE_ENV === 'production' ? 'https://api.crab.fit' : 'http://localhost:8080' const handleError = error => { if (error && error.status) { diff --git a/dispatch.yaml b/dispatch.yaml new file mode 100644 index 0000000..3b94851 --- /dev/null +++ b/dispatch.yaml @@ -0,0 +1,5 @@ +dispatch: + - url: "api.crab.fit/*" + service: api + - url: "crab.fit/*" + service: default