Skip to content

Commit

Permalink
fix(css): might have resolved the css issue with the PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Aug 30, 2024
1 parent 74e6468 commit 1de7499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ export default defineNuxtConfig({
app: {
baseURL: '/boat-share/' // Set the base URL for GitHub Pages
},
head: {
link: [
{
rel: 'stylesheet',
href: 'https://cdn.jsdelivr.net/npm/tailwindcss@latest/dist/tailwind.min.css',
},
],
},
pwa: {
manifest: {
name: 'Boat Sharing App',
Expand Down
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/tailwindcss": "latest",
"@vite-pwa/nuxt": "^0.9.1",
"nuxt": "^3.12.4"
},
Expand Down

0 comments on commit 1de7499

Please sign in to comment.