diff options
Diffstat (limited to 'src/urls-default.yaml')
-rw-r--r-- | src/urls-default.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/urls-default.yaml b/src/urls-default.yaml index dce871f6..cbdd8a23 100644 --- a/src/urls-default.yaml +++ b/src/urls-default.yaml @@ -11,7 +11,7 @@ yamlAliases: # part of a build. This is so that multiple builds of a wiki can coexist # served from the same server / file system root: older builds' HTML files # refer to earlier values of STATIC_VERSION, avoiding name collisions. - - &staticVersion 4p1 + - &staticVersion 5p2 data: prefix: 'data/' @@ -36,6 +36,9 @@ localized: albumReferencedArtworks: 'album/<>/referenced-art/' albumReferencingArtworks: 'album/<>/referencing-art/' + artTagInfo: 'tag/<>/info/' + artTagGallery: 'tag/<>/' + artist: 'artist/<>/' artistGallery: 'artist/<>/gallery/' @@ -60,8 +63,6 @@ localized: staticPage: '<>/' - tag: 'tag/<>/' - track: 'track/<>/' trackReferencedArtworks: 'track/<>/referenced-art/' trackReferencingArtworks: 'track/<>/referencing-art/' |