interface SiteOptionsimport { type SiteOptions } from "https://dotland.deno.dev/x/lume@v2.2.2/core/site.ts"; The options to configure the site build Propertiescwd: stringThe path of the current working directory src: stringThe path of the site source dest: stringThe path of the built destination optionalemptyDest: booleanWhether the empty folder should be emptied before the build optionalpreview: booleanWhether the site is in preview mode includes: stringThe default includes path location: URLThe site location (used to generate final urls) prettyUrls: booleanSet true to generate pretty urls (/about-me/) server: ServerOptionsThe local server options watcher: WatcherOptionsThe local watcher options components: ComponentsOptionsThe components options