diff --git a/.gitmodules b/.gitmodules index 222833d..76e31c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "webfont"] path = webfont - url = ../webfont + url = https://github.com/moddy-app/webfont [submodule "pagex"] path = pagex - url = ../pagex + url = https://github.com/moddy-app/pagex [submodule "voidcannon"] path = voidcannon - url = ../voidcannon + url = https://github.com/moddy-app/voidcannon [submodule "webicons"] path = webicons - url = ../webicons + url = https://github.com/moddy-app/webicons [submodule "gm3"] path = gm3 - url = ../gm3 + url = https://github.com/moddy-app/gm3 [submodule "pagex_commons"] path = pagex_commons - url = ../pagex_commons + url = https://github.com/moddy-app/pagex_commons diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..d3c06b2 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "framework": null, + "installCommand": "git submodule update --init --recursive && npm ci", + "buildCommand": "npm run build-prod", + "outputDirectory": "dist" +}