Skip to content

Compliance Fix: Best Practices#22065

Closed
prakashadi12 wants to merge 1 commit intovitejs:mainfrom
prakashadi12:remediation-1774717429473
Closed

Compliance Fix: Best Practices#22065
prakashadi12 wants to merge 1 commit intovitejs:mainfrom
prakashadi12:remediation-1774717429473

Conversation

@prakashadi12
Copy link
Copy Markdown

Automated remediation plan for compliance issue detected by Sentinel AI.

Issue: Buttons do not have an accessible name: When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Category: Best Practices
Severity: High

cleanUrls: true,
sitemap: {
hostname: 'https://vite.dev',
export default defineConfig({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defineConfig is used but never imported. This will cause a ReferenceError at runtime.

import { defineConfig } from 'vitepress'

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@bluwy bluwy closed this Mar 29, 2026
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.

2 participants