From e6ae21f95c0f9b63969ba19b55db6011f162cd43 Mon Sep 17 00:00:00 2001 From: Rachel Date: Sun, 2 Jun 2024 16:31:29 -0700 Subject: [PATCH] update base url --- .github/workflows/hugo.yaml | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 528f088..9d7c242 100755 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +name: CVEX XPLOR on: # Runs on pushes targeting the default branch diff --git a/hugo.toml b/hugo.toml index 66aa84e..ee24f20 100755 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'http://xplor-cvex.seclab.cs.ucsb.edu/' +baseURL = 'https://ucsb-seclab.github.io/xplor-cvex/' languageCode = 'en-us' relativeURLs = true title = 'Common Vulneravilities and Exposures with Exploits'