1.0.4 • Published 4 months ago
astro-fix-paths v1.0.4
astro-fix-paths
An AstroJS integration that fixes output paths for Itch.io deployment.
Installation
npm install astro-fix-paths
Add to your astro.config.mjs
import { defineConfig } from 'astro/config';
import astroFixPaths from 'astro-fix-paths';
export default defineConfig({
integrations: [astroFixPaths()],
});