johnny-mh / devlog

5 stars 1 forks source link

chore: Output complete file path #19

Closed bennycode closed 4 months ago

bennycode commented 5 months ago

I was using basedOn: 'output' and noticed pretty late that the resulting file was located in dist/fuse.json. That's why I propose to output the whole file path.

The official @astrojs/sitemap plugin for example outputs the following:

@astrojs/sitemap: sitemap-index.xml created at dist

So it seems to be a good practice to also mention the output directory.

johnny-mh commented 4 months ago

I think it would be more convenient.

I will make some modifications based on the @astrojs/sitemap package. Thank you!

as-is: "astro-fuse: `/home/johnny/Projects/blog2/apps/devlog/dist/fuse.json` is created."

to-be: "astro-fuse: `fuse.json` created at `dist`"