From f229d32f84b73cedb2550ff9f918efdb7cb376e0 Mon Sep 17 00:00:00 2001 From: ildyria Date: Thu, 15 Aug 2024 15:57:39 +0200 Subject: [PATCH] fix assets --- .github/workflows/CI.yml | 1 - astro.config.mjs | 4 +++- src/config.yaml | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2870f636..9d07fc11 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,6 @@ jobs: with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - name: Install dependencies run: | python3 -m pip install --upgrade pip diff --git a/astro.config.mjs b/astro.config.mjs index a21ded0c..76deef4e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,7 +26,9 @@ const whenExternalScripts = (items = []) => export default defineConfig({ output: 'static', - + build: { + assets: 'assets/' + }, integrations: [ tailwind({ applyBaseStyles: false, diff --git a/src/config.yaml b/src/config.yaml index bceb4e41..6fe02f5a 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,8 +1,6 @@ site: name: Lychee site: 'https://lycheeorg.github.io' - # base: '/' - base: '/' trailingSlash: false # googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M