Skip to content

Commit 12241ca

Browse files
Merge pull request #83 from WebDevSimplified/view-transitions
Update to Astro 3.6
2 parents 30eb795 + 04ea478 commit 12241ca

File tree

28 files changed

+8610
-4635
lines changed

28 files changed

+8610
-4635
lines changed

docs/newsletter-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ const observer = new MutationObserver(entries => {
143143

144144
```
145145
# Mark as subscribed
146-
https://localhost:3000/?fromNewsletter=true
146+
https://localhost:4321/?fromNewsletter=true
147147
148148
# Mark as unsubscribed
149-
https://localhost:3000/?fromNewsletter=false
149+
https://localhost:4321/?fromNewsletter=false
150150
```
151151

152152
## Troubleshooting

docs/seo-and-redirects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Edit `public/_redirects`:
197197

198198
```bash
199199
# Test redirect locally
200-
curl -I http://localhost:3000/old-url
200+
curl -I http://localhost:4321/old-url
201201

202202
# Check redirect in production
203203
curl -I https://blog.webdevsimplified.com/old-url

0 commit comments

Comments
 (0)