We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多媒體專題( https://www.twreporter.org/i/ )放在gcs下,但routing似乎是寫死的下面不管什麼資源都會routing到https://www.twreporter.org/i/${slug}/dist/index.html, 比如說想連某張圖 https://www.twreporter.org/i/${slug}/assets/aaa.png 還是會routing到 https://www.twreporter.org/i/${slug}/assets/aaa.png/dist/index.html bundle如果沒有特別處理會跑不起來,寫死的東西能不改善?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
多媒體專題( https://www.twreporter.org/i/ )放在gcs下,但routing似乎是寫死的下面不管什麼資源都會routing到https://www.twreporter.org/i/${slug}/dist/index.html,
比如說想連某張圖
https://www.twreporter.org/i/${slug}/assets/aaa.png
還是會routing到
https://www.twreporter.org/i/${slug}/assets/aaa.png/dist/index.html
bundle如果沒有特別處理會跑不起來,寫死的東西能不改善?
The text was updated successfully, but these errors were encountered: