Skip to content

Commit

Permalink
chore: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
TanDuy03 committed Aug 28, 2024
2 parents 0d70041 + abff0e0 commit 7905f3b
Show file tree
Hide file tree
Showing 16 changed files with 1,145 additions and 254 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ meta.md
.env
meta-tag.md
.vercel
chart.js
chart2.js
413 changes: 307 additions & 106 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vueuse/head": "^2.0.0",
"apexcharts": "^3.52.0",
"axios": "^1.7.5",
"babel-plugin-transform-import-meta": "^2.2.1",
"firebase": "^10.13.0",
"scrollreveal": "^4.0.9",
"swiper": "^11.1.10",
"vite-plugin-environment": "^1.1.3",
"vue": "^3.4.38",
"vue-countup-v3": "^1.4.2",
"vue-lazyload": "^3.0.0",
"vue-router": "^4.4.3",
"vue-turnstile": "^1.0.11",
"vue-writer": "^2.0.2",
"vue3-apexcharts": "^1.5.3",
"vue3-toastify": "^0.2.2"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion src/@types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ declare module 'alpinejs';
declare module 'vue-writer';
declare module 'express';
declare module '@vercel/speed-insights';

declare module 'swiper'
declare module 'scrollreveal'
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
charset: computed(() => siteData.charset),
},
{
name: `apple-mobile-web-app-capable`,
name: `mobile-web-app-capable`,
content: computed(() => siteData.appleCapable),
},
{
Expand Down
Binary file added src/assets/bg-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7905f3b

Please sign in to comment.