File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments