Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
</handlers>
<rewrite>
<rules>
<!-- Make sure skill manifest files are served by the app's static path in wwwroot/ -->
<rule name="manifests">
<match url="manifests/*" />
<action type="Rewrite" url="index.js" />
</rule>
<!-- All other URLs are mapped to the node.js site entry point -->
<rule name="DynamicContent">
<conditions>
Expand Down