1.0.4 • Published 4 months ago

astro-fix-paths v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 months ago

1.0.3

4 months ago

1.0.2-b

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago