fix: BUG-053,055,058,060,061,067,069 - JS minification, meta tags, skip-link, docs footer
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m44s
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m44s
- BUG-053: Add terser JS minification to build process - BUG-060: Add og:image, twitter:card, twitter:image to sub-pages - BUG-067: Update skip-link to #main-content on all pages
This commit is contained in:
parent
e57a45b431
commit
87946a1762
14 changed files with 151 additions and 18 deletions
|
|
@ -289,7 +289,7 @@ html, body {
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="#main" class="skip-link">Skip to content</a>
|
||||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
<nav aria-label="Main navigation">
|
||||
<div class="container">
|
||||
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
|
||||
|
|
@ -301,7 +301,7 @@ html, body {
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<main role="main" id="main">
|
||||
<main role="main" id="main-content">
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<div class="badge">🚀 Simple PDF API for Developers</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue