Explorar el Código

config: add configuration to config.js

Adam hace 3 meses
padre
commit
af839a51bc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/config.js

+ 2 - 0
src/config.js

@@ -0,0 +1,2 @@
+export const WEBSITE_BASE = "https://goonblog.thevakhovske.eu.org";
+export const API_BASE = `${WEBSITE_BASE}/api`;