Skip to content

Commit cdb3333

Browse files
committed
Lighthouse url update
1 parent fb364b0 commit cdb3333

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
with:
4141
urls: |
4242
http://localhost:3000/tutorial/
43+
http://localhost:3000/tutorial/category/html
44+
http://localhost:3000/tutorial/html/intro-html
45+
http://localhost:3000/tutorial/category/css
46+
http://localhost:3000/tutorial/css/introduction/what-is-css
47+
http://localhost:3000/tutorial/category/javascript
48+
http://localhost:3000/tutorial/category/react
49+
http://localhost:3000/tutorial/react/react-intro
4350
configPath: ./.github/workflows/lighthouserc.json
4451
uploadArtifacts: true
4552
temporaryPublicStorage: true

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ const config = {
137137
value: `<div class="dropdown_grid">
138138
<a class="dropbtn" href="/tutorial/">Tutorial</a>
139139
<div class="dropdown-content">
140-
<a href="#" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
141-
<a href="#" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
142-
<a href="#" class="nav__icons"> <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
143-
<a href="#" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
140+
<a href="/tutorial/category/html/" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
141+
<a href="/tutorial/category/css/" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
142+
<a href="/tutorial/category/javascript/" class="nav__icons"> <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
143+
<a href="/tutorial/category/react/" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
144144
<a href="#" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
145145
<a href="#" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
146146
<a href="#" class="nav__icons"> <img src="/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>

0 commit comments

Comments
 (0)