【发布时间】:2022-01-13 04:38:16
【问题描述】:
如何在构建时设置基本 href? 我试过了
--base-href /path/
--base-href=/path/
--base-href="/path/"
--base-href='/path/'
没有任何效果
它一直告诉我base-href should start and end with /
【问题讨论】:
标签: flutter flutter-web
如何在构建时设置基本 href? 我试过了
--base-href /path/
--base-href=/path/
--base-href="/path/"
--base-href='/path/'
没有任何效果
它一直告诉我base-href should start and end with /
【问题讨论】:
标签: flutter flutter-web
这就是诀窍...
flutter build web --base-href "/path/"
【讨论】: