Load the examples properly
This commit is contained in:
parent
85bf38b5d5
commit
13f05db1dc
@ -24,6 +24,7 @@
|
|||||||
"postcss-nested": "^6.0.1"
|
"postcss-nested": "^6.0.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "eleventy --serve"
|
"serve": "eleventy --serve",
|
||||||
|
"build": "eleventy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
<body>
|
<body>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
|
||||||
<script type="text/javascript" src="/assets/js/react-examples.js" defer></script>
|
<script type="text/javascript" src="./assets/js/react-examples.js" defer></script>
|
||||||
</body>
|
</body>
|
Loading…
Reference in New Issue
Block a user