From 9cb11620543403df15e63134667f046741b79a05 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:47:06 -0800 Subject: [PATCH 1/3] Fix antipattern with static folder name --- src/django_idom/templates/idom/component.html | 2 +- src/js/rollup.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/django_idom/templates/idom/component.html b/src/django_idom/templates/idom/component.html index 65ad0c45..e471c6a9 100644 --- a/src/django_idom/templates/idom/component.html +++ b/src/django_idom/templates/idom/component.html @@ -1,7 +1,7 @@ {% load static %}