Skip to content

Commit

Permalink
fixx: prerender releases api
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Dec 1, 2022
1 parent 0311b0e commit f9376d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/components/content/ChangeLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ css({
fontSize: '{fontSizes.2xl}',
fontWeight: '{fontWeights.bold}',
color: '{colors.gray.900}',
marginTop: '{space.8}',
'@dark': {
color: '{colors.gray.100}'
}
Expand All @@ -57,7 +58,7 @@ css({
'.content': {
paddingLeft: '{space.8}',
paddingRight: '{space.8}',
paddingBottom: '{space.40}',
paddingBottom: '{space.24}',
}
})
</style>
4 changes: 3 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export default defineNuxtConfig({
prerender: {
routes: [
'/',
'/blog/announcing-v2'
'/blog/announcing-v2',
// TODO: move to github module
'/api/_github/releases/.json'
]
}
},
Expand Down

0 comments on commit f9376d7

Please sign in to comment.