Skip to content

Instantly share code, notes, and snippets.

@v3rt1go
Last active October 5, 2015 20:28
Show Gist options
  • Save v3rt1go/dff8106bc14fa3fa87bc to your computer and use it in GitHub Desktop.
Save v3rt1go/dff8106bc14fa3fa87bc to your computer and use it in GitHub Desktop.
var catchAllRoute = branch('!posts/*.html');
catchAllRoute.use(permalinks({
relative: false
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment