Gatsby plugin (v1.0.0) that copies files from src/well-known to the .well-known directory during builds. Lightweight and purpose-built for hosting security/auth files (e.g., assetlinks.json, apple-app-site-association). Stable release with no known issues, passive maintenance. Unlike manual copy tasks, it integrates directly with Gatsby's build lifecycle.
npm install gatsby-plugin-well-knownNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add the plugin to your Gatsby site config. Ensure src/well-known exists.
Manually clean public/.well-known or implement a prebuild script.
Use gatsby build to see .well-known in output, or configure webpack to serve from src/well-known.
Consider alternative solutions if more advanced directory copying is needed.
npm install gatsby-plugin-well-known and ensure correct spelling in plugins array.
Create src/well-known directory and add files you want copied.
Use gatsby build to generate static files.
No dependency data recorded yet.