1.0.4 • Published 11 months ago

astro-fix-paths v1.0.4

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

11 months ago

1.0.3

11 months ago

1.0.2-b

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago