플러그인

404 로그 뷰어

EmDash admin plugin for browsing, searching, and pruning the built-in 404 log table.

  • 카테고리: 운영
  • 상태: 사용 가능
  • 버전: 1.0.0
  • 가격: Free

Admin UI for browsing, searching, and pruning the built-in _emdash_404_log table. See which URLs are returning 404 errors and clean up broken links.

Installation

npm install @devondragon/emdash-plugin-404-viewer
import { notFoundViewerPlugin } from "@devondragon/emdash-plugin-404-viewer";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [notFoundViewerPlugin()],
    }),
  ],
});

Usage scenarios

  • SEO hygiene — identify and fix broken URLs before they hurt rankings.
  • Content migration — track 404s after a site migration to create redirects.
  • Site maintenance — prune old log entries to keep the database clean.