kremalicious/blog

View on GitHub
src/pages/manifest.json.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function GET has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const GET: APIRoute = async () => {
  const icons = await Promise.all(
    faviconPngSizes.map(async (size) => {
      const image = await getImage({
        src: favicon,
Severity: Minor
Found in src/pages/manifest.json.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status