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