Migrate daily email pages to Tome
This commit is contained in:
parent
889c62da5c
commit
cbcfdaf121
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ let
|
|||
root = "/var/www/vhosts/website-tome";
|
||||
|
||||
paths = [
|
||||
"archive"
|
||||
"core"
|
||||
"daily/.+"
|
||||
"examples"
|
||||
"sites/default/files"
|
||||
"themes/custom/opdavies"
|
||||
|
@ -24,7 +26,7 @@ let
|
|||
|
||||
tomeLocations = builtins.listToAttrs (
|
||||
map (path: {
|
||||
name = "/${path}";
|
||||
name = "~ ^/${path}";
|
||||
|
||||
value = {
|
||||
root = tome.root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue