Allow to use domain whose prefix is not misskey
This commit is contained in:
parent
dc351ef396
commit
a633f184ab
2 changed files with 2 additions and 3 deletions
|
@ -124,6 +124,7 @@ gulp.task('build:client:script', () =>
|
|||
.pipe(replace('VERSION', JSON.stringify(version)))
|
||||
.pipe(replace('API', JSON.stringify(config.api_url)))
|
||||
.pipe(replace('ENV', JSON.stringify(env)))
|
||||
.pipe(replace('HOST', JSON.stringify(config.host)))
|
||||
.pipe(isProduction ? uglify({
|
||||
toplevel: true
|
||||
} as any) : gutil.noop())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue