We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164f932 commit 598b82aCopy full SHA for 598b82a
1 file changed
.github/workflows/build.yml
@@ -93,10 +93,10 @@ jobs:
93
with:
94
args: |
95
--root-dir $PWD/dist
96
+ --fallback-extensions html
97
--exclude-path dist/llms.txt
98
--exclude-path dist/llms/
99
--exclude-private
- --remap "https://expressjs\.com\/((?:[^\/]+\/)*[^\/\.]+)\/?$ file://$PWD/dist/\$1/index.html"
100
- --remap "https://expressjs\.com\/(.*\.html)$ file://$PWD/dist/\$1"
+ --remap "^https://expressjs\.com\/ file://$PWD/dist/"
101
dist/
102
fail: true
0 commit comments