Skip to content

Commit

Permalink
revert(PWA): Undo PWA Init / chore: Upgraded Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bKoZii committed Sep 20, 2024
1 parent cf338e1 commit 53dd118
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 2,869 deletions.
13 changes: 1 addition & 12 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'@pinia-plugin-persistedstate/nuxt',
'@nuxtjs/robots',
'@nuxtjs/sitemap',
'@vite-pwa/nuxt'
'@nuxtjs/sitemap'
],

app: {
Expand Down Expand Up @@ -145,15 +144,5 @@ export default defineNuxtConfig({
public: {
strapiUrl: process.env.STRAPI_URL
}
},
pwa: {
mode: 'production',
manifest: {
name: 'Konkamon Sion - Portfolio & Blogs',
theme_color: '#379777',
categories: ['portfolio', 'blogs'],
description: 'เว็บไซต์ Portfolio & Blogs ของนาย กรกมล ศรีอ่อน - สร้างด้วย Nuxt 3 + TailwindCSS.',
lang: 'th',
}
}
})
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@
"@nuxtjs/mdc": "^0.9.0",
"@nuxtjs/sitemap": "6.0.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@vite-pwa/nuxt": "^0.10.5",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"nuxt": "^3.13.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.79.1"
"sass": "^1.79.2"
},
"resolutions": {
"string-width": "4.2.3"
Expand Down
Loading

0 comments on commit 53dd118

Please sign in to comment.