mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Update snapshot
This commit is contained in:
parent
e4a9c84cf5
commit
beea118c35
@ -28,9 +28,9 @@ type PathKey
|
||||
= PathKey
|
||||
|
||||
|
||||
buildImage : List String -> ImagePath PathKey
|
||||
buildImage path =
|
||||
ImagePath.build PathKey (\\"images\\" :: path)
|
||||
buildImage : List String -> ImagePath.Dimensions -> ImagePath PathKey
|
||||
buildImage path dimensions =
|
||||
ImagePath.build PathKey (\\"images\\" :: path) dimensions
|
||||
|
||||
|
||||
buildPage : List String -> PagePath PathKey
|
||||
@ -75,13 +75,14 @@ pages =
|
||||
}
|
||||
|
||||
images =
|
||||
{ directory = directoryWithoutIndex []
|
||||
{ iconPng = (buildImage [ \\"icon-png.png\\" ] { width = 50, height = 75 })
|
||||
, directory = directoryWithoutIndex []
|
||||
}
|
||||
|
||||
|
||||
allImages : List (ImagePath PathKey)
|
||||
allImages =
|
||||
[
|
||||
[(buildImage [ \\"icon-png.png\\" ] { width = 50, height = 75 })
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user