Skip to content

Commit

Permalink
Merge pull request #244 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored Oct 23, 2024
2 parents 6401aa2 + 5459428 commit 6300ffa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-actors-greet.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapters/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galactiks/astro-integration

## 0.3.19

### Patch Changes

- [#243](https://github.com/thegalactiks/explorer/pull/243) [`21a46b2`](https://github.com/thegalactiks/explorer/commit/21a46b2a7f57ef90cc3d887a71d41110a4993570) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - remove useless assets dir during build

## 0.3.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/astro-integration",
"version": "0.3.18",
"version": "0.3.19",
"description": "Galactiks Astro integration",
"author": "thegalactiks",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function createPlugin(_: GalactiksOptions): AstroIntegration {
galactiksConfig = setConfig('content.assets', assetsPath);

publicPath = fileURLToPath(config.publicDir);
mkdirSync(publicPath, { recursive: true })
mkdirSync(publicPath, { recursive: true });
galactiksConfig = setConfig('content.public', publicPath);

updateConfig({
Expand Down

0 comments on commit 6300ffa

Please sign in to comment.