Skip to content
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 #399

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

huijing
Copy link
Collaborator

@huijing huijing commented Oct 9, 2023

Closes #398

This PR removes the previous custom header implementation files, and bumps dependencies to the latest version.

@netlify
Copy link

netlify bot commented Oct 9, 2023

Deploy Preview for webmonetization-preview ready!

Name Link
🔨 Latest commit 3d2bb14
🔍 Latest deploy log https://app.netlify.com/sites/webmonetization-preview/deploys/6523b5046a3be600084997d2
😎 Deploy Preview https://deploy-preview-399--webmonetization-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -212,12 +213,6 @@ export default defineConfig({
react(),
astroI18next(),
],
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp
Copy link
Collaborator Author

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,22 +1,19 @@
---
import type { Props } from '@astrojs/starlight/props';
Copy link
Collaborator Author

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.

@huijing huijing merged commit b69ff59 into main Oct 10, 2023
@huijing huijing deleted the chj/refactor-custom-header branch October 10, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor custom header after Starlight minor version bump
2 participants