Skip to content

Commit

Permalink
docs: add trailing commas after lists
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins committed May 20, 2024
1 parent 319df71 commit 4070dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -464,17 +464,17 @@ export default defineConfig({
directory: "products/splashkit/documentation/splashkit-online/code-documentation/other",
},
},
]
],
},
]
],
},
{
label: "Research and Findings",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/research-and-findings",
},
},
]
],
},
{
label: "Issues and Resolutions",
Expand Down

0 comments on commit 4070dd7

Please sign in to comment.