fix: remove space in start script
This commit is contained in:
		@@ -14,7 +14,7 @@
 | 
			
		||||
    "init": "shx rm -rf .git && git init -b main",
 | 
			
		||||
    "create": "exec-bin bin/hugo/hugo new",
 | 
			
		||||
    "prestart": "npm run clean",
 | 
			
		||||
    "start": "exec-bin bin/hugo/hugo server  --bind=0.0.0.0 --disableFastRender",
 | 
			
		||||
    "start": "exec-bin bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
 | 
			
		||||
    "prebuild": "npm run clean",
 | 
			
		||||
    "build": "exec-bin bin/hugo/hugo --gc --minify",
 | 
			
		||||
    "build:preview": "npm run build -D -F",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user