Standalone: support running Soapbox FE on a subdomain

This commit is contained in:
Alex Gleason
2021-08-22 14:34:58 -05:00
parent 1b30468366
commit 0b4b3479ea
15 changed files with 222 additions and 32 deletions

View File

@ -37,4 +37,5 @@ module.exports = {
url: pkg.repository.url,
repository: shortRepoName(pkg.repository.url),
version: version(pkg),
homepage: pkg.homepage,
};