From 506765e086dc1d4e970af35d2c948b77878c4ae8 Mon Sep 17 00:00:00 2001 From: Babak Farkhoopak <44144724+babakfp@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:02:00 +0330 Subject: [PATCH] docs: fix code block formatting (#26859) --- docs/1.getting-started/4.styling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/1.getting-started/4.styling.md b/docs/1.getting-started/4.styling.md index 4b2bd3be36..c3eb4a3d81 100644 --- a/docs/1.getting-started/4.styling.md +++ b/docs/1.getting-started/4.styling.md @@ -113,7 +113,8 @@ export default defineNuxtConfig({ head: { link: [{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css' }] } -}}) + } +}) ``` ### Dynamically Adding Stylesheets