Skip to content

Commit f9376d7

Browse files
committed
fixx: prerender releases api
1 parent 0311b0e commit f9376d7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/components/content/ChangeLog.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ css({
4949
fontSize: '{fontSizes.2xl}',
5050
fontWeight: '{fontWeights.bold}',
5151
color: '{colors.gray.900}',
52+
marginTop: '{space.8}',
5253
'@dark': {
5354
color: '{colors.gray.100}'
5455
}
@@ -57,7 +58,7 @@ css({
5758
'.content': {
5859
paddingLeft: '{space.8}',
5960
paddingRight: '{space.8}',
60-
paddingBottom: '{space.40}',
61+
paddingBottom: '{space.24}',
6162
}
6263
})
6364
</style>

docs/nuxt.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export default defineNuxtConfig({
5252
prerender: {
5353
routes: [
5454
'/',
55-
'/blog/announcing-v2'
55+
'/blog/announcing-v2',
56+
// TODO: move to github module
57+
'/api/_github/releases/.json'
5658
]
5759
}
5860
},

0 commit comments

Comments
 (0)