Skip to content

Commit

Permalink
Merge pull request #86 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
José Luis Pereira authored and GitHub committed Jun 8, 2023
2 parents a8579eb + 80ae2be commit 0299d45
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
69 changes: 34 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"pinia": "^2.1.3",
"unhead": "^1.1.27",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue-router": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@unhead/ssr": "^1.1.26",
"@unhead/ssr": "^1.1.27",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"compression": "^1.7.4",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.14.0",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"express": "^4.18.2",
"minimist": "^1.2.8",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"postcss": "^8.4.24",
"sass": "^1.63.2",
"tailwindcss": "^3.3.2",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-md": "^0.21.5",
"vite-plugin-pages": "^0.30.1"
"vite-plugin-pages": "^0.31.0"
}
}
4 changes: 3 additions & 1 deletion src/plugins/schemaOrg/nodes/Taxon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function removeEmptyProperties(obj) {
}

function makeUrlPath(host, path) {
return host && path ? `${host}${path}` : ''
const { hash_mode } = __APP_ENV__

return [host, path].join(hash_mode ? '/#' : '')
}

export function taxonResolver(
Expand Down

0 comments on commit 0299d45

Please sign in to comment.