diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:57:04 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:57:04 -0400 |
| commit | 6b6bd281673554ee44707293535edfad5a9919c1 (patch) | |
| tree | eb081f06fc56eed92a98e687948aea850acefda7 /pagefind.toml | |
| parent | d993b951fdeea80d9b292e8a2d611a7d5e22d273 (diff) | |
Address updates to pagefind interface
Also a hack to address the fact that posts now use relative URLs for images
<https://github.com/CloudCannon/pagefind/issues/530>
Diffstat (limited to 'pagefind.toml')
| -rw-r--r-- | pagefind.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pagefind.toml b/pagefind.toml index f2cf276..9270d17 100644 --- a/pagefind.toml +++ b/pagefind.toml @@ -1,2 +1,2 @@ -source = "site" -bundle_dir = "_pagefind" +site = "site" +output_subdir = "_pagefind" |