Skip to content

ArtechFuz3D/astro-itchio-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published