ソースを参照

config: add configuration to config.js

Adam 3 ヶ月 前
コミット
af839a51bc
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`;