feat(showcase): use manual track
This commit is contained in:
@@ -9,6 +9,7 @@ export default class EnvGenerator {
|
||||
|
||||
generate() {
|
||||
return [
|
||||
`VITE_LINK="${this.#operatorConfig.link}"`,
|
||||
`VITE_TITLE="${this.#operatorConfig.title}"`,
|
||||
`VITE_FILENAME=${this.#operatorConfig.filename.replace('#', '%23')}`,
|
||||
`VITE_LOGO_FILENAME=${this.#operatorConfig.logo}`,
|
||||
|
||||
Reference in New Issue
Block a user