Skip to content
Snippets Groups Projects
Commit 92e7815d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)

parent 9d97054f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
assets/500.html
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment