From 9ce9cfbb0c2a86523db2db9b394b543998c5207e Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sat, 22 Jun 2024 22:51:57 +0200 Subject: [PATCH] Added affiliate parameters to scene URL. --- components/header/header.vue | 1 + components/scenes/tile.vue | 2 +- pages/entities/@entitySlug/+Page.vue | 22 ++++++++++- pages/scene/+Page.vue | 9 +++-- src/entities.js | 14 ++++++- src/scenes.js | 58 ++++++++++++++++++++++++++-- src/web/scenes.js | 2 - static | 2 +- 8 files changed, 97 insertions(+), 13 deletions(-) diff --git a/components/header/header.vue b/components/header/header.vue index d125b63..0c2663c 100644 --- a/components/header/header.vue +++ b/components/header/header.vue @@ -210,6 +210,7 @@ diff --git a/components/scenes/tile.vue b/components/scenes/tile.vue index 44ca938..648a3b2 100644 --- a/components/scenes/tile.vue +++ b/components/scenes/tile.vue @@ -63,7 +63,7 @@