Confirm that config is used correctly #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I grep for
configinside the svekyll directory I see this:I believe that the old
$svekyll/configwas used when we were running inside a sveltekit app and should be removed. But, confirm the correct usage since PostPage is new so I'm surprised it works at all.