Skip to content

Commit 2f93a03

Browse files
prefix post(s) with /blog and add redirects
1 parent 4843215 commit 2f93a03

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_posts/2016-08-08-migrate-to-1_0.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
excerpt: UI-Router 1.0 offers major advantages over the legacy releases. Learn more in the new migration guide.
44
comments: true
5+
permalink: /blog/:title/
6+
redirect_from: /:title/
57
---
68

79
### New Guide: Migrate to UI-Router 1.0

_posts/2016-08-09-route-to-component.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
excerpt: UI-Router 1.0 enables routing to components for Angular 1. Learn how to effectively route to components in Angular 1.
44
comments: true
5+
permalink: /blog/:title/
6+
redirect_from: /:title/
57
---
68

79
### New Guide: Route to components

0 commit comments

Comments
 (0)