Skip to content

Commit

Permalink
chore: remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 5, 2024
1 parent 33df4ab commit 2849a68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/solid-js": "^4.0.0",
"@astrojs/starlight": "^0.21.2",
"@astrojs/starlight": "^0.21.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.9",
"sharp": "^0.33.3",
Expand Down
4 changes: 2 additions & 2 deletions pages/src/content/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';
import { docsSchema } from '@astrojs/starlight/schema'
import { defineCollection } from 'astro:content'

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
Expand Down
2 changes: 0 additions & 2 deletions pages/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Get started building your docs site with Starlight.
template: splash
hero:
tagline: Congrats on setting up a new Starlight project!
image:
file: ../../assets/houston.webp
actions:
- text: Getting started
link: /guides/example/
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2849a68

Please sign in to comment.