Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 19, 2024
1 parent 92bf523 commit bbf3b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default (await import("astro/config")).defineConfig({
: null,
(await import("@astrojs/sitemap")).default(),
(await import("@playform/inline")).default({ Logger: 1 }),
(await import("@astrojs/prefetch")).default(),
(await import("@playform/format")).default({ Logger: 1 }),
(await import("@playform/compress")).default({ Logger: 1 }),
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "4.0.0-alpha.17",
"tailwindcss": "0.0.1",
"typescript": "5.6.0-dev.20240719",
"zod": "4.0.0-beta.1"
"zod": "0.0.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bbf3b7e

Please sign in to comment.