From 54840e1a1397dc64327f63ca2cf7e0809b511af7 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Sat, 1 Apr 2023 00:19:42 +0800 Subject: [PATCH] Bug fix for deploy Signed-off-by: Miao Wang --- static/js/{meow.js => meow.es6} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename static/js/{meow.js => meow.es6} (99%) diff --git a/static/js/meow.js b/static/js/meow.es6 similarity index 99% rename from static/js/meow.js rename to static/js/meow.es6 index 0baa817..c86abb8 100644 --- a/static/js/meow.js +++ b/static/js/meow.es6 @@ -1,3 +1,6 @@ +--- +--- + const Matter = window.Matter; function findNearestBlock(elem) { @@ -223,4 +226,4 @@ function bootstrap() { }, true); } -document.body.onload = bootstrap; \ No newline at end of file +document.body.onload = bootstrap;