Skip to content

Commit 459de7f

Browse files
committed
Add QR codes
1 parent bf258e2 commit 459de7f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

next.config.mjs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,24 @@ const nextConfig = {
8989
'https://wsaf.org.uk?utm_campaign=join_wsaf&utm_medium=print&utm_source=a3',
9090
permanent: true,
9191
},
92+
{
93+
source: '/qr/p01',
94+
destination:
95+
'https://wsaf.org.uk/events?venue=2&from=49&to=97&utm_campaign=sat_schedule&utm_medium=print&utm_source=booklet',
96+
permanent: true,
97+
},
98+
{
99+
source: '/qr/p02',
100+
destination:
101+
'https://wsaf.org.uk/events?category=512&utm_campaign=screenings&utm_medium=print&utm_source=booklet',
102+
permanent: true,
103+
},
104+
{
105+
source: '/qr/p03',
106+
destination:
107+
'https://wsaf.org.uk/events?category=64&utm_campaign=gallery&utm_medium=print&utm_source=booklet',
108+
permanent: true,
109+
},
92110
{
93111
source: '/submit',
94112
destination: 'https://submit.wsaf.org.uk/2025/cfp',

0 commit comments

Comments
 (0)