Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Sep 27, 2024
1 parent c54de58 commit be7be6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ export function mergeUniqueArrays(...arrays) {

export function getBaseUrl() {
const basepath = getMeta(metaTags.basepath.metaName);
console.log('basepath', basepath);
const base = document.head.querySelector('base');

if (!base) {
Expand Down

0 comments on commit be7be6c

Please sign in to comment.