Skip to content

issue #575: fix astro:check errors#613

Open
lsr-explore wants to merge 1 commit into
mainfrom
lsr-explore/gh-575/fix-astro-check-fixable-index
Open

issue #575: fix astro:check errors#613
lsr-explore wants to merge 1 commit into
mainfrom
lsr-explore/gh-575/fix-astro-check-fixable-index

Conversation

@lsr-explore

Copy link
Copy Markdown
Contributor

Fix astro check errors and css

This is not rendered on the site as it is prefaced with "_" which removes it from the build. The fixable link navigates to https://accessiblecommunity.github.io/fixable/

How to test

run npm run astro:check and verify that no errors are reported on _fixable

Before

src/pages/_fixable/index.astro:272:17 - error ts(2322): Type '"200px"' is not assignable to type 'number | `${number}` | undefined'.
src/pages/_fixable/index.astro:19:7 - warning ts(6133): 'fixBgNoColor' is declared but its value is never read.

After

(base) ➜  astro git:(lsr-explore/gh-575/fix-astro-check-fixable-index) ✗

To view the page in the browser

  1. rename to fixable123 - mv src/pages/_fixable src/pages/fixable123
  2. rerun the dev server - npm dev
  3. navigate to http://localhost:4321/fixable123
image

@netlify

netlify Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploy Preview for accessiblecommunity ready!

Name Link
🔨 Latest commit 4116a52
🔍 Latest deploy log https://app.netlify.com/projects/accessiblecommunity/deploys/6a46ac1c6feeb30007fb72ef
😎 Deploy Preview https://deploy-preview-613--accessiblecommunity.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 project configuration.

@lsr-explore lsr-explore linked an issue Jul 2, 2026 that may be closed by this pull request
2 tasks
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.

astro-check (error): Delete or fix _fixable/index.astro

1 participant