Skip to content

Commit

Permalink
feat: cards, updates, no prerender other routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 20, 2023
1 parent 48671d5 commit 89c72a5
Show file tree
Hide file tree
Showing 4 changed files with 1,632 additions and 435 deletions.
8 changes: 7 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ export default defineNuxtConfig({
dirs: ["stores"]
},
ssr: false,
spaLoadingTemplate: false
spaLoadingTemplate: false,
nitro: {
crawlLinks: false,
prerender: {
ignore: ["/app", "/registro"]
}
}
});
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saldometrobus-app",
"version": "2.4.3",
"version": "2.4.6",
"description": "Saldo Metrobús es un sitio de consultas de saldo y movimientos para las tarjetas de metro y metrobús de Panamá a cualquier hora del día.",
"author": "Yizack Rangel",
"license": "MIT",
Expand Down Expand Up @@ -54,27 +54,27 @@
"@capacitor/status-bar": "^5.0.6",
"@capacitor/toast": "^5.0.6",
"@capawesome/capacitor-app-update": "^5.0.1",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@nuxt/eslint-config": "^0.2.0",
"@trapezedev/configure": "^7.0.10",
"changelogen": "^0.5.5",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jeep-sqlite": "^2.5.3",
"jest": "^29.7.0",
"nuxt": "^3.7.4",
"nuxt": "^3.8.0",
"nuxt-icons": "^3.2.1",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@pinia/nuxt": "^0.5.0",
"@pinia/nuxt": "^0.5.1",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.0",
"leaflet-geosearch": "^3.10.0"
"leaflet-geosearch": "^3.10.2"
},
"overrides": {
"vue": "latest"
Expand Down
Loading

0 comments on commit 89c72a5

Please sign in to comment.