Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"framework": null,
"installCommand": "git submodule update --init --recursive && npm ci",
"buildCommand": "npm run build-prod",
"outputDirectory": "dist"
}