1.0.4 • Published 5 months ago

astro-fix-paths v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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()],
});

Play Space Bingo - Live Demo

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2-b

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago