Skip to content

Labs legacy app

Kun Yan edited this page Nov 23, 2020 · 2 revisions

.shieldrc.json

{
  "proxies": [
    {
      "from": "/services",
      "to": "https://access.redhat.com"
    },
    {
      "from": "/chrome_themes",
      "to": "https://access.redhat.com"
    },
    {
      "from": "/webassets",
      "to": "https://access.redhat.com"
    }
  ],
  "rewrite": [
    {
      "from": "/labs/adih/",
      "to": "/"
    },
    {
      "from": "angular.js",
      "to": "/bower_components/angular/angular.min.js"
    }
  ]
}
Clone this wiki locally