From 0231e2eabf3d7fdf43cd5e07f29b3b9816be98a2 Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Mon, 26 May 2025 17:11:00 -0700 Subject: [PATCH] Update base url for hugo Summary: Test Plan: --- website/hugo.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/website/hugo.yaml b/website/hugo.yaml index e6efd18..e0fee2a 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -16,10 +16,12 @@ markup: highlight: noClasses: false +baseUrl: https://flux159.github.io/spanner-orm/ + menu: main: - name: Docs - pageRef: /docs + pageRef: docs weight: 1 - name: Search weight: 4 @@ -38,8 +40,4 @@ params: footer: displayCopyright: false - displayPoweredBy: true - - editURL: - enable: true - base: "https://github.com/imfing/hextra-starter-template/edit/main/content" + displayPoweredBy: false