Mudskipper 3740a357d2 fix: use static script tag and DOM-ready init for Pagefind UI
Switches to the documented Pagefind pattern: static <script src> loaded
inline (via is:inline so Astro doesn't bundle it), DOMContentLoaded
init, and console.error surfaces any initialization failure visibly.
Drops the baseUrl option which was prefixing result paths.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 21:48:07 +10:00

About this repo

This is the source of https://www.audacityteam.org. It uses Astro.

This repo works with npm or Bun.

  • Install dependencies: npm install or bun install
  • Run dev server: npm run dev or bun run dev
  • Build: npm run build or bun run build

Translation

Translations are not yet supported. Please join our dev discord to get notified when they are.

Security

This is a static website, with no user input. As such, regular vulnerabilities likely won't affect us. That said, it probably is good to run npx @astrojs/upgrade (or bunx @astrojs/upgrade) every now and then to update astro to fix security vulnerabilities.

Description
No description provided
Readme 41 MiB
Languages
Astro 64.6%
TypeScript 23.8%
JavaScript 10.6%
CSS 1%