mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	Fix prefix-links error upon deploy
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ccc8c48085
						
					
				
				
					commit
					b330770f4c
				
			@@ -10,7 +10,7 @@
 | 
				
			|||||||
    "clean": "npm run clean:public",
 | 
					    "clean": "npm run clean:public",
 | 
				
			||||||
    "lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
 | 
					    "lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
 | 
				
			||||||
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
					    "test": "echo \"Error: no test specified\" && exit 1",
 | 
				
			||||||
    "deploy": "gatsby build --prefix-links && gh-pages -d public"
 | 
					    "deploy": "gatsby build --prefix-paths && gh-pages -d public"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
 | 
					  "repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user