Skip to content

Commit

Permalink
feat: add @playform/inline
Browse files Browse the repository at this point in the history
  • Loading branch information
staticWagomU committed Oct 1, 2024
1 parent 43c4241 commit c55b2e8
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 27 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
SVG: true,
Logger: 1,
}),
(await import("@playform/inline")).default()
],
trailingSlash: 'never',
vite: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"dependencies": {
"@playform/compress": "^0.1.1",
"@playform/inline": "^0.1.0",
"astro-google-fonts-optimizer": "^0.2.2",
"gsap": "^3.12.5"
}
Expand Down
111 changes: 84 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c55b2e8

Please sign in to comment.