wuffle 0.51.1 → 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/index.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <meta name="description" content="Multi repository taskboard for GitHub issues, powered by Wuffle (https://wuffle.dev)." />
8
8
  <meta name="referrer" content="strict-origin-when-cross-origin" />
9
9
 
10
- <title>Wuffle</title>
10
+ <title>Wuffle Board</title>
11
11
 
12
12
  <base href="/board/" />
13
13
 
@@ -23,6 +23,7 @@
23
23
  </head>
24
24
 
25
25
  <body>
26
+ <script type="application/json+config"></script>
26
27
  <script src="bundle.js"></script>
27
28
  </body>
28
29
  </html>