Add snort asset links

This commit is contained in:
2023-10-09 11:01:44 +01:00
parent 226b0632a3
commit 237ce498b7
2 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,7 @@ if (appTitle === "iris") {
copyPatterns.push({ from: "public/iris/.well-known", to: ".well-known" });
} else {
copyPatterns.push({ from: "public/manifest.json" });
copyPatterns.push({ from: "public/snort/.well-known", to: ".well-known" });
}
const config = {