Skip to content

Commit bc02916

Browse files
author
Mike Kistler
committed
Fix broken vite-plugin-singlefile link
1 parent 21b0334 commit bc02916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/apps/apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ See the [MCP Apps specification](https://github.com/modelcontextprotocol/ext-app
170170

171171
## Single-file HTML bundling
172172

173-
The default Content Security Policy restricts external script and style loads. For production apps, bundle all JavaScript and CSS into a single HTML file using tools like [vite-plugin-singlefile](https://github.com/niccolodipi/vite-plugin-singlefile). For simple apps, inline `<script>` and `<style>` tags work directly.
173+
The default Content Security Policy restricts external script and style loads. For production apps, bundle all JavaScript and CSS into a single HTML file using tools like [vite-plugin-singlefile](https://github.com/richardtallent/vite-plugin-singlefile). For simple apps, inline `<script>` and `<style>` tags work directly.
174174

175175
## Constants
176176

0 commit comments

Comments
 (0)