Skip to content

Commit cf1539e

Browse files
committed
Address Summit redirect review feedback
1 parent a8a4139 commit cf1539e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

netlify.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
publish = "public"
55

66
[[redirects]]
7-
from = "/summit/"
7+
from = "/summit"
88
to = "https://powershellsummit.org/"
99
status = 301
1010
force = true
@@ -29,8 +29,7 @@
2929

3030
[[headers]]
3131
for = "/*.css"
32-
<a href="{{ .Site.Params.summit.registration_url }}"
33-
[themes/powershell-community/layouts/partials/footer.html#B4A2]
32+
[headers.values]
3433
Cache-Control = "public, max-age=31536000, immutable"
3534

3635
[[headers]]
@@ -45,7 +44,7 @@
4544
Cache-Control = "public, max-age=31536000, immutable"
4645

4746
[[headers]]
48-
<li><a href="{{ .Site.Params.summit.registration_url }}" class="text-gray-400 hover:text-white transition-colors duration-200">Summit</a></li>
47+
for = "/*.woff2"
4948
[headers.values]
5049
Cache-Control = "public, max-age=31536000, immutable"
5150

static/summit/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="robots" content="noindex">
57
<meta http-equiv="refresh" content="0; url=https://powershellsummit.org/">
68
<link rel="canonical" href="https://powershellsummit.org/">
79
<title>PowerShell Summit</title>

0 commit comments

Comments
 (0)