Make the icons-plugin work correctly on subpath

This commit is contained in:
Andrey Antukh
2026-02-23 18:03:45 +01:00
parent 207bc795c0
commit 9fb6a3ab0e
3 changed files with 9 additions and 1 deletions

View File

@@ -88,6 +88,7 @@
"assets": [
"apps/icons-plugin/src/_headers",
"apps/icons-plugin/src/favicon.ico",
"apps/icons-plugin/src/manifest.json",
"apps/icons-plugin/src/assets"
],
"styles": [

View File

@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<title>icons-plugin</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>

View File

@@ -0,0 +1,8 @@
{
"name": "Icons plugin",
"version": 2,
"code": "assets/plugin.js",
"icon": "assets/icon.png",
"description": "Create icons from the Feather Icons set",
"permissions": ["content:read", "content:write"]
}