mnfst-render 0.3.9 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,7 +1400,7 @@ function startStaticServer(rootDir) {
1400
1400
  // --- Copy project into output so website is self-contained (e.g. for Appwrite). ---
1401
1401
  const COPY_EXCLUDE = new Set([
1402
1402
  'node_modules', '.git', 'package.json', 'package-lock.json',
1403
- 'index.html', 'prerender.mjs', 'prerender.js',
1403
+ 'index.html', 'prerender.mjs', 'prerender.js', '_redirects',
1404
1404
  ]);
1405
1405
 
1406
1406
  function copyProjectIntoDist(rootResolved, outputResolved) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnfst-render",
3
- "version": "0.3.9",
3
+ "version": "0.4.0",
4
4
  "description": "Render Manifest sites to static HTML for SEO",
5
5
  "type": "module",
6
6
  "bin": {