diff options
author | Marcin Zelent <marcin@zelent.net> | 2022-12-05 11:21:35 +0100 |
---|---|---|
committer | Marcin Zelent <marcin@zelent.net> | 2022-12-05 11:21:35 +0100 |
commit | 9162b172802af37b6a26f7d7d3a2a39cd696f046 (patch) | |
tree | 4a4f3f9f71fb7c11c0352c3149875aa780652dfa /package.json | |
parent | f2ecc1803f3ea294a0c6b7915b61348ed0395b26 (diff) |
Fixed loading of assets with a path other than /
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 968247c..e876cf8 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "last 1 safari version"
]
},
+ "homepage": ".",
"devDependencies": {
"@types/ffprobe-static": "^2.0.1",
"@types/fluent-ffmpeg": "^2.1.20",
|