From 6fa66e355460b385936ec1fe5a1f25b2dc61e763 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Mon, 17 Mar 2025 15:39:17 -0400 Subject: [PATCH] tailnet deploy --- hugo.toml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 186ea26..aef2ef4 100755 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,7 @@ ######################## default configuration #################### # The base URL of your site (required). This will be prepended to all relative URLs. -baseURL = "/" +baseURL = "http://kevins-macbook-pro.damconsulting.net:1313/" +# baseURL = "/" # Title of your website (required). title = "Hugoplate" # Your theme name diff --git a/package.json b/package.json index 61d428d..b5d4c17 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "author": "zeon.studio", "scripts": { - "dev": "hugo server", + "dev": "hugo server --bind 0.0.0.0", "build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic", "preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify", "dev:example": "cd exampleSite && hugo server",