vincular los archivos al migrarlos
This commit is contained in:
parent
3decc8a919
commit
9b3eb7a804
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ class Site
|
||||||
|
|
||||||
dest = Pathname.new(metadata.send(:relative_destination_path))
|
dest = Pathname.new(metadata.send(:relative_destination_path))
|
||||||
metadata.value['path'] = dest.to_s
|
metadata.value['path'] = dest.to_s
|
||||||
|
metadata.send(:hardlink)
|
||||||
|
|
||||||
# Eliminamos el archivo original y lo vinculamos al subido
|
# Eliminamos el archivo original y lo vinculamos al subido
|
||||||
# para mantener la ruta y no romper el sitio
|
# para mantener la ruta y no romper el sitio
|
||||||
|
|
Loading…
Reference in a new issue