1.0.4 • Published 6 months ago

astro-fix-paths v1.0.4

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

6 months ago

1.0.3

6 months ago

1.0.2-b

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago