Skip to content

Commit

Permalink
refactor: keyword tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Sep 24, 2023
1 parent e655f63 commit 2580f27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-feet-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-aio': patch
---

keywords tagging
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@
"type": "git",
"url": "git+https://github.com/rayriffy/svelte-aio.git"
},
"keywords": [
"svelte",
"sveltekit",
"image",
"images",
"optimize",
"optimize-images",
"plugin",
"webp",
"jpg",
"jpeg",
"png",
"avif"
],
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down

1 comment on commit 2580f27

@vercel
Copy link

@vercel vercel bot commented on 2580f27 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-aio – ./

svelte-aio-rayriffy.vercel.app
svelte-aio.vercel.app
svelte-aio-git-main-rayriffy.vercel.app

Please sign in to comment.