Updated AssetExportHtml and tests. Now to re-order the export.
This commit is contained in:
parent
53f73fcf45
commit
af66fa585c
2 changed files with 14 additions and 9 deletions
|
|
@ -46,13 +46,13 @@ my $urlMap = {
|
|||
},
|
||||
|
||||
'index.html/foo' => {
|
||||
path => 'foo',
|
||||
path => 'index.html/foo',
|
||||
filename => $index,
|
||||
},
|
||||
|
||||
'index.html/foo.html' => {
|
||||
path => undef,
|
||||
filename => undef,
|
||||
path => 'index.html',
|
||||
filename => 'foo.html',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue