From 6d9efef39a5105d3616d3e2115f2892764d83da0 Mon Sep 17 00:00:00 2001 From: Reuben Tier Date: Sat, 11 Jan 2025 16:52:32 +0000 Subject: [PATCH] Fix assets link --- README.md | 2 +- packages/theme/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f6023..36b1ef4 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/packages/theme/README.md b/packages/theme/README.md index 3ebc536..b0f729d 100644 --- a/packages/theme/README.md +++ b/packages/theme/README.md @@ -2,7 +2,7 @@ Starlight Theme Template -![Starlight theme preview](../../assets/preview.png) +![Starlight theme preview](https://raw.githubusercontent.com/TheOtterlord/starlight-theme-template/refs/heads/main/assets/preview.png) ## Usage