mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -139,9 +139,12 @@ rediraffe_redirects = {
|
||||
"howto/env/server-resources": "howto/user-env/server-resources",
|
||||
}
|
||||
|
||||
|
||||
def setup(app):
|
||||
# Enable Plausible.io stats
|
||||
app.add_js_file("https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js", loading_method="async")
|
||||
app.add_js_file(
|
||||
"https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js", loading_method="async"
|
||||
)
|
||||
app.add_js_file(
|
||||
filename=None,
|
||||
body="window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init({hashBasedRouting:true})",
|
||||
|
||||
Reference in New Issue
Block a user