docs: fix code block formatting (#26859)

This commit is contained in:
Babak Farkhoopak 2024-04-19 18:02:00 +03:30 committed by GitHub
parent bfd7148238
commit 506765e086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ export default defineNuxtConfig({
head: { head: {
link: [{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css' }] link: [{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css' }]
} }
}}) }
})
``` ```
### Dynamically Adding Stylesheets ### Dynamically Adding Stylesheets