diff --git a/package.json b/package.json index 30b5eeb..47f46ef 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "my website!!", "main": "index.js", "scripts": { - "watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --watch", + "watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve", "watch:sass": "npx sass sass:_site/css --watch", "start": "npm run watch:eleventy" },