Skip to content

Commit

Permalink
Merge pull request #16 from azachwill/devcommit18
Browse files Browse the repository at this point in the history
working?
  • Loading branch information
awilliams1275 authored Aug 19, 2024
2 parents d3b3dac + 0c8b649 commit 7ab84bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
16 changes: 2 additions & 14 deletions _build/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ force = true
[redirects.headers]

[[redirects]]
from = "/py/*/index.html"
to = "https://shyr-test-center.netlify.app/py/:splat"
from = "/*/index.html"
to = "/:splat"
status = 301
force = true

Expand All @@ -63,18 +63,6 @@ force = true

[redirects.headers]

[[redirects]]
from = "/*:splat.html"
to = "/:splat/"
status = 301
force = true

[redirects.query]

[redirects.conditions]

[redirects.headers]

[[redirects]]
from = "/articles/shinyapps-auth.html"
to = "https://docs.posit.co/shinyapps.io/authentication-and-user-management.html#authentication-and-user-management"
Expand Down
20 changes: 2 additions & 18 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ headers = []

[functions."*"]

[[edge_functions]]
function = "redirects"
path = "/*"

[[edge_functions]]
function = "hello"
path = "/hello"
Expand Down Expand Up @@ -44,8 +40,8 @@ force = true
[redirects.headers]

[[redirects]]
from = "/py/*/index.html"
to = "https://shyr-test-center.netlify.app/py/:splat"
from = "/*/index.html"
to = "/:splat"
status = 301
force = true

Expand All @@ -67,18 +63,6 @@ force = true

[redirects.headers]

[[redirects]]
from = "/*/index.html"
to = "/:splat"
status = 301
force = true

[redirects.query]

[redirects.conditions]

[redirects.headers]

[[redirects]]
from = "/articles/shinyapps-auth.html"
to = "https://docs.posit.co/shinyapps.io/authentication-and-user-management.html#authentication-and-user-management"
Expand Down

0 comments on commit 7ab84bf

Please sign in to comment.