angular 2 azure deploy refresh error : The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

后端 未结 6 1066
半阙折子戏
半阙折子戏 2020-12-04 23:49

I have an Angular 2 rc-2 app with basic routing implemented.The paths are /path1 which is the default path and /path2.The home path /

6条回答
  •  暖寄归人
    2020-12-05 00:23

    In new version of angular add the config path to angular.json and because angular.json is in the app folder be sure to add it with src/web.config

                "assets": [
              "src/assets",
              "src/web.config"
            ],
    

提交回复
热议问题