changed support url

This commit is contained in:
2022-06-06 15:01:55 -05:00
parent cf4043ee2a
commit 29b70f62e0
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import {
writeFileSync,
} from 'fs'
const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts/`
const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts`
const FileUrl = name =>
`https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/${name}.zomo.js`
@@ -40,7 +40,7 @@ function MetadataArgs(name) {
grant: '',
injectinto: '',
downloadURL: FileUrl(name),
supportURL: BaseUrl,
supportURL: `${BaseUrl}/issues`,
homepageURL: BaseUrl,
unwrap: false,
}