Skip to content

Commit

Permalink
fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 15, 2024
1 parent 7d9bf10 commit f229d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ const whenExternalScripts = (items = []) =>

export default defineConfig({
output: 'static',

build: {
assets: 'assets/'
},
integrations: [
tailwind({
applyBaseStyles: false,
Expand Down
2 changes: 0 additions & 2 deletions src/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
site:
name: Lychee
site: 'https://lycheeorg.github.io'
# base: '/'
base: '/'
trailingSlash: false

# googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
Expand Down

0 comments on commit f229d32

Please sign in to comment.