fix: 修复 gh-pages 访问 app 多页面应用报错 Close: #9001 (#9886)

This commit is contained in:
liaoxuezhi 2024-03-27 17:25:16 +08:00 committed by GitHub
parent 150049c28c
commit cc107fd3fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -700,6 +700,7 @@ if (fis.project.currentMedia() === 'publish-sdk') {
const ghPages = fis.media('gh-pages');
ghPages.set('project.files', [
'examples/index.html',
'examples/app/index.html',
'/examples/static/*.docx',
'/examples/static/*.xlsx'
]);