-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: refactor custom header implementation #2010
Conversation
✅ Deploy Preview for brilliant-pasca-3e80ec canceled.
|
4d16f68
to
6a458ed
Compare
@@ -188,12 +189,6 @@ export default defineConfig({ | |||
linkPrefix: '/apis/auth/' | |||
}) | |||
], | |||
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not running our images through the sharp pipeline
@@ -1,21 +1,18 @@ | |||
--- | |||
import type { Props } from '@astrojs/starlight/props'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the official method of doing Starlight component override, see https://starlight.astro.build/guides/overriding-components/ for documentation.
6a458ed
to
fa48938
Compare
fa48938
to
5d3bf8c
Compare
Changes proposed in this pull request
Context
Closes #2007
Checklist
fixes #number