github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/netlify.toml (about)

     1  [build]
     2    publish = "output/"
     3    functions = ""
     4  
     5  [[redirects]]
     6    from = "http://com-phraseapp-developers.netlify.com/*"
     7    to = "https://developers.phrase.com/api/"
     8    status = 301
     9    force = true
    10  
    11  [[redirects]]
    12    from = "https://com-phraseapp-developers.netlify.com/*"
    13    to = "https://developers.phrase.com/api/"
    14    status = 301
    15    force = true
    16  
    17  [[redirects]]
    18    from = "http://developers.phraseapp.com/*"
    19    to = "https://developers.phrase.com/api/"
    20    status = 301
    21    force = true
    22  
    23  [[redirects]]
    24    from = "https://developers.phraseapp.com/*"
    25    to = "https://developers.phrase.com/api/"
    26    status = 301
    27    force = true
    28  
    29  [[redirects]]
    30    from = "http://developers.phrase.com/*"
    31    to = "https://developers.phrase.com/api/"
    32    status = 301
    33    force = true
    34  
    35  [[redirects]]
    36    from = "https://developers.phrase.com/*"
    37    to = "https://developers.phrase.com/api/"
    38    status = 301
    39    force = false
    40  
    41  # redirects for RapiDocs
    42  
    43  [[redirects]]
    44    from = "https://developers.phrase.com/api/#authorizations"
    45    to = "https://developers.phrase.com/api/#tag--Authorizations"
    46    status = 301
    47    force = false