Skip to content

Commit 077bec9

Browse files
committed
Add redirects.json
Follows-up 392c7ba.
1 parent 5f539c0 commit 077bec9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ grunt.initConfig({
1717
});
1818

1919
grunt.registerTask( "build", [ "build-posts", "build-resources" ] );
20+
grunt.registerTask( "deploy", [ "wordpress-deploy", "deploy-redirects" ] );
2021

2122
};

redirects.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"/designs/": "https://blog.jquerymobile.com/2010/08/11/designs/",
3+
"/original-graded-browser-matrix/": "https://blog.jquerymobile.com/2011/10/19/original-graded-browser-matrix/",
4+
"/strategy/": "https://blog.jquerymobile.com/2010/07/19/strategy/",
5+
6+
"/feed/": "https://blog.jquerymobile.com/feed/"
7+
}

0 commit comments

Comments
 (0)