Update site URL

This commit is contained in:
Zoey 2022-12-14 15:43:15 -08:00
parent fe08da340f
commit 698cea9ab5
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
7 changed files with 8 additions and 8 deletions

View file

@ -75,7 +75,7 @@ fn create(
builder.build_sass().context("Failed to rebuild Sass")?;
}
} else if let Ok(root_path) = relative_path.strip_prefix(ROOT_PATH) {
std::fs::copy(&path, builder.build_path.join(root_path))?;
std::fs::copy(path, builder.build_path.join(root_path))?;
}
Ok(())