mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
![]() |
title: Asset
|
||
|
---
|
||
|
summary: Static assets, copied verbatim to the output.
|
||
|
---
|
||
|
module: lektor.assets
|
||
|
---
|
||
|
type: class
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
Assets are [Source Objects :ref](../obj/) that correspond to static files that
|
||
|
are copied verbatim from the `/assets` folder to the output directory.
|
||
|
|
||
|
Usually, there is no need to manipulate Asset objects directly.
|