blackbaud / skyux2

SKY UX 2 is the new version of Blackbaud’s user experience framework that implements Blackbaud design patterns. It extends the framework to abstract many complexities of modern web development and takes advantage of Angular 2 to increase the tooling, testing, and performance available.
https://developer.blackbaud.com/skyux
MIT License
32 stars 65 forks source link

Added not-found component for custom redirecting. #2370

Closed Blackbaud-BobbyEarl closed 5 years ago

Blackbaud-BobbyEarl commented 5 years ago

From looking at the GitHub search there are links to https://developer.blackbaud.com/skyux2. They are primarily in old documentation, where it wouldn't be feasible to update the URLs.

We currently handle this via a custom CloudFront redirect rule. In an effort to move from a one-off rule, I realized I could simply add a redirect to this spa (and let the SPA fall through CloudFront to Host).

codecov-io commented 5 years ago

Codecov Report

Merging #2370 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2370   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          19       19           
  Lines         109      109           
  Branches       12       12           
=======================================
  Hits          107      107           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67bb197...1eb8732. Read the comment docs.