This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -21,7 +21,6 @@ public/system | ||||
| public/assets | ||||
| public/packs | ||||
| public/packs-test | ||||
| public/500.html | ||||
| .env | ||||
| .env.production | ||||
| node_modules/ | ||||
|   | ||||
| @@ -10,7 +10,7 @@ end | ||||
| namespace :assets do | ||||
|   desc 'Generate static pages' | ||||
|   task :generate_static_pages do | ||||
|     render_static_page 'errors/500', layout: 'error', dest: Rails.root.join('public', '500.html') | ||||
|     render_static_page 'errors/500', layout: 'error', dest: Rails.root.join('public', 'assets', '500.html') | ||||
|   end | ||||
| end | ||||
|  | ||||
|   | ||||
							
								
								
									
										1
									
								
								public/500.html
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								public/500.html
									
									
									
									
									
										Symbolic link
									
								
							| @@ -0,0 +1 @@ | ||||
| assets/500.html | ||||
		Reference in New Issue
	
	Block a user