Mount node_modules into static and assets

This commit is contained in:
Will Faught
2023-02-19 20:44:39 -08:00
parent 1bdff7b088
commit 24be3b3230
2321 changed files with 81 additions and 82782 deletions

View File

@@ -187,6 +187,8 @@ $ rm -rf themes/paige/.git
```sh
$ cd yourproject
$ hugo mod npm pack
$ npm install
$ hugo server -D
```