Skip to content

Commit cf54bb3

Browse files
committed
fix(docs): corrected naming
1 parent 74725c8 commit cf54bb3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
<h2>Available Examples</h2>
119119
<ul class="example-list">
120120
<li>
121-
<a href="index.html">Basic Examples</a>
121+
<a href="basic-examples.html">Basic Examples</a>
122122
<br><small>Demonstrates basic if() syntax with style(), media(), and supports() conditions</small>
123123
</li>
124124
<li>
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prepare": "husky",
5555
"prepublishOnly": "npm run build",
5656
"pretest:packing": "npm run build",
57-
"serve": "http-server -p 3000 -o examples",
57+
"serve": "http-server -p 3000 -o examples/basic-examples.html",
5858
"test": "npm-run-all --sequential test:*",
5959
"test:jest": "jest --testEnvironment=jsdom",
6060
"test:jest:watch": "jest --testEnvironment=jsdom --watch",

0 commit comments

Comments
 (0)