Skip to content

Commit

Permalink
correct embed 404
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Jun 21, 2023
1 parent 728264f commit ad5ee30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify/configs/preview.amp.dev/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
status = 200
force=true

[[redirects]]
from = "/documentation/examples/*/embed"
to = "/:splat"
status = 200

[[redirects]]
from = "/documentation/examples/*"
to = "/:splat"
Expand Down

0 comments on commit ad5ee30

Please sign in to comment.