update docs and README

This commit is contained in:
2026-02-27 09:57:16 +01:00
parent 02e90a4981
commit d2392ef80d
4 changed files with 60 additions and 0 deletions

View File

@@ -72,6 +72,11 @@ module.exports = async (env, options) => {
from: "assets/*",
to: "assets/[name][ext][query]",
},
{
from: "docs/*",
to: "docs/[name][ext][query]",
noErrorOnMissing: true,
},
{
from: "manifest*.xml",
to: "[name]" + "[ext]",