We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0311b0e commit f9376d7Copy full SHA for f9376d7
docs/components/content/ChangeLog.vue
@@ -49,6 +49,7 @@ css({
49
fontSize: '{fontSizes.2xl}',
50
fontWeight: '{fontWeights.bold}',
51
color: '{colors.gray.900}',
52
+ marginTop: '{space.8}',
53
'@dark': {
54
color: '{colors.gray.100}'
55
}
@@ -57,7 +58,7 @@ css({
57
58
'.content': {
59
paddingLeft: '{space.8}',
60
paddingRight: '{space.8}',
- paddingBottom: '{space.40}',
61
+ paddingBottom: '{space.24}',
62
63
})
64
</style>
docs/nuxt.config.ts
@@ -52,7 +52,9 @@ export default defineNuxtConfig({
prerender: {
routes: [
'/',
- '/blog/announcing-v2'
+ '/blog/announcing-v2',
56
+ // TODO: move to github module
+ '/api/_github/releases/.json'
]
},
0 commit comments