Skip to content

Commit

Permalink
fix: update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanZea committed Apr 2, 2024
2 parents a14fa3d + 9872c5d commit f2bd282
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm i
- name: Build
run: npm run build:web
- name: Setup Pages
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Flagicons-vue
Vue icon flag components based on flag-icons library
Vue icon components based on the extensive collection of 1000 SVG icons provided by [Flag Icons](https://flagicons.lipis.dev/).
Vue icon flag components based on flag-icons library [Flag Icons](https://flagicons.lipis.dev/).

Check out the [demo](https://placetopay-org.github.io/flagicons-vue/).

Expand All @@ -18,4 +17,4 @@ import { FlagIcon } from '@placetopay/iconsax-vue';
<template>
<FlagIcon flag="co" />
</template>
```
```
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig(({ mode }) => {

if (mode === 'web') {
return {
base: '/flagicons-vue/',
...baseConfig,
build: {
outDir: './web/dist',
Expand Down

0 comments on commit f2bd282

Please sign in to comment.