Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
with:
urls: |
http://localhost:3000/tutorial/
http://localhost:3000/tutorial/category/html
http://localhost:3000/tutorial/html/intro-html
http://localhost:3000/tutorial/category/css
http://localhost:3000/tutorial/css/introduction/what-is-css
http://localhost:3000/tutorial/category/javascript
http://localhost:3000/tutorial/category/react
http://localhost:3000/tutorial/react/react-intro
configPath: ./.github/workflows/lighthouserc.json
uploadArtifacts: true
temporaryPublicStorage: true
Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ const config = {
value: `<div class="dropdown_grid">
<a class="dropbtn" href="/tutorial/">Tutorial</a>
<div class="dropdown-content">
<a href="#" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
<a href="/tutorial/category/html/" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
<a href="/tutorial/category/css/" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
<a href="/tutorial/category/javascript/" class="nav__icons"> <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
<a href="/tutorial/category/react/" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>
Expand Down