소스 검색

config: add configuration to config.js

Adam 3 달 전
부모
커밋
b415a43837
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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`;