diff --git a/.env.EXAMPLE b/.env.EXAMPLE index 75b630b..b3149e3 100644 --- a/.env.EXAMPLE +++ b/.env.EXAMPLE @@ -10,8 +10,8 @@ BASE_URL = 'https://moshingmammut.phlaym.net' VERBOSE = false DEBUG_LOG = false IGNORE_USERS = @moshhead@metalhead.club -WEBSUB_HUB = 'http://pubsubhubbub.superfeedr.com' +PUBLIC_WEBSUB_HUB = 'http://pubsubhubbub.superfeedr.com' PUBLIC_REFRESH_INTERVAL = 10000 PUBLIC_MASTODON_INSTANCE_DISPLAY_NAME = 'Metalhead.club' PORT = 3001 \ No newline at end of file diff --git a/src/app.html b/src/app.html index 9f237cb..5b1ed03 100644 --- a/src/app.html +++ b/src/app.html @@ -19,7 +19,7 @@ - + %sveltekit.head%