From 2aacb138b29b7cb8d41a827aa5e1a582f6e4748a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=A4rtl?= Date: Thu, 22 Aug 2024 11:07:20 +0200 Subject: [PATCH] Use filename for report download --- index.html | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 705be2c8..217daa15 100644 --- a/index.html +++ b/index.html @@ -284,7 +284,7 @@

glTF Validator

Number of infos: {{validationReport?.issues?.numInfos ?? 0}}

- + Powered by glTF-Validator diff --git a/package.json b/package.json index b83f43b0..794a5209 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "build:ui": { "patterns": [ "src", - "main.js" + "main.js", + "index.html" ], "extensions": "js,scss,html", "delay": 1000,