Skip to content

Commit

Permalink
Fix assets link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Jan 11, 2025
1 parent 1db8d14 commit 6d9efef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Follow these steps to create your new Starlight theme.

- [ ] Update the package name, author, and URL in [packages/theme/package.json](packages/theme/package.json) and the [README](packages/theme/README.md), and remove `"private": true`.
- [ ] Update the package name, author, and URL in [packages/theme/package.json](packages/theme/package.json) and the [README](packages/theme/README.md), and remove `"private": true` from `package.json`.
- [ ] Update the dependency in [apps/docs/package.json](apps/docs/package.json) and [apps/docs/astro.config.ts](apps/docs/astro.config.ts) to your new theme package name.
- [ ] Update the [LICENSE](LICENSE) to include your name.
- [ ] Add your theme name/description/logos to the docs in [apps/docs/astro.config.ts](apps/docs/astro.config.ts).
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Starlight Theme Template
</h1>

![Starlight theme preview](../../assets/preview.png)
![Starlight theme preview](https://raw.githubusercontent.com/TheOtterlord/starlight-theme-template/refs/heads/main/assets/preview.png)

## Usage

Expand Down

0 comments on commit 6d9efef

Please sign in to comment.