# BAF Lakehouse pkgdown site # Served at: https://docs.robwiederstein.org/baflakehouse # # handle_path strips the /baflakehouse prefix before handing off to the # file server, so requests map correctly to the flat docs/ directory. # # NOTE: The path below must match the mount point inside the Caddy Docker # container (i.e., wherever /data/projects/ is mounted in docker-compose.yml). handle_path /baflakehouse* { root * /data/projects/bank-fraud-baf-lakehouse/docs file_server }