Skip to content

Commit b033b6b

Browse files
authored
feat(vite): add PWA plugin and lucide-react, update config and imports (#741)
1 parent 837f1ab commit b033b6b

File tree

164 files changed

+4359
-1784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+4359
-1784
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ yarn-error.log*
2424

2525
# idea
2626
/.idea
27+
/out/production/
28+
# Sentry Config File
29+
.env.sentry-build-plugin

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dev-bcn_dev-bcn.github.io&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=dev-bcn_dev-bcn.github.io)
22

3-
![](src/assets/images/1500x500.jpeg)
3+
![](/public/images/1500x500.jpeg)
44

55
# DevBcn - Barcelona Developers Conference Website
66

@@ -46,7 +46,7 @@ Available aliases:
4646
- `@constants/*` - Constants from `src/constants/`
4747
- `@services/*` - Services from `src/services/`
4848
- `@hooks/*` - Hooks from `src/hooks/`
49-
- `@assets/*` - Assets from `src/assets/`
49+
- `@/assets/*` - Assets from `src/assets/`
5050
- `@styles/*` - Styles from `src/styles/`
5151
- `@views/*` - Views from `src/views/`
5252
- `@utils/*` - Utilities from `src/utils/`

0 commit comments

Comments
 (0)