diff --git a/scripts/www.js b/scripts/www.js index 3c4db1bb..92d0a779 100644 --- a/scripts/www.js +++ b/scripts/www.js @@ -3,7 +3,7 @@ var fs = require('fs-extra'); console.log(config.version) -var testRoot = "www/test/"; +var testRoot = "www/static/test/"; var currentReleaseRoot = testRoot + config.version; fs.ensureDirSync(currentReleaseRoot); fs.copySync("node_modules/mocha/mocha.js", currentReleaseRoot + "/node_modules/mocha/mocha.js"); diff --git a/www-zola/content/_index.md b/www-zola/content/_index.md index 9794089a..68bb81d6 100644 --- a/www-zola/content/_index.md +++ b/www-zola/content/_index.md @@ -32,7 +32,7 @@ By removing these arbitrary constraints, htmx completes HTML as a [hypertext](ht

quick start

```html - +