mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-06 08:41:28 +01:00
15 lines
340 B
Markdown
15 lines
340 B
Markdown
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.
|