瀏覽代碼

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`;