Skip to content

Commit

Permalink
Update app-docs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Sep 29, 2024
1 parent 2ef32ee commit b5bcfa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/assets/js/app-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Ractive.Router.prototype.dispatch = function (...args) {
return;
}

document.title = app.router.route.view.get('title') || 'jsDelivr - A free, fast, and reliable CDN for JS and open source';
document.querySelector('meta[name=description]').setAttribute('content', app.router.route.view.get('description') || 'Optimized for JS and ESM delivery from npm and GitHub. Works with all web formats. Serving more than 150 billion requests per month.');

return this;
};

Expand Down

0 comments on commit b5bcfa3

Please sign in to comment.