Skip to content

Commit

Permalink
docs: add static paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Aug 12, 2019
1 parent 46dffa6 commit 9953c09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/prerender/static.paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const ROUTES = [
'/docs/contributing/zh',
'/docs/customize-theme/en',
'/docs/customize-theme/zh',
'/docs/experimental/zh',
'/docs/experimental/en',
'/docs/faq/en',
'/docs/faq/zh',
'/docs/getting-started/en',
Expand All @@ -141,5 +143,7 @@ export const ROUTES = [
'/docs/schematics/en',
'/docs/schematics/zh',
'/docs/universal/en',
'/docs/universal/zh'
'/docs/universal/zh',
'/experimental/resizable/zh',
'/experimental/resizable/en'
];

0 comments on commit 9953c09

Please sign in to comment.