Skip to content

Commit e6c0d86

Browse files
committed
Update astro config and remove unused assets
Configure the website to use the `../public` directory for static assets and remove several unused image files from the public directory.
1 parent 130e9fd commit e6c0d86

6 files changed

Lines changed: 3 additions & 10 deletions

File tree

website/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { defineConfig } from 'astro/config';
55
export default defineConfig({
66
site: 'https://thedavidweng.github.io',
77
base: '/money/',
8+
publicDir: '../public',
89
output: 'static',
910
devToolbar: {
1011
enabled: false,

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"scripts": {
99
"dev": "astro dev",
1010
"build": "astro build",
11+
"test": "npm run build && node --test",
1112
"preview": "astro preview",
1213
"astro": "astro"
1314
},
1415
"dependencies": {
1516
"astro": "^6.3.1"
1617
}
17-
}
18+
}
-425 KB
Binary file not shown.

website/public/Golden-Toad.avif

-22.4 KB
Binary file not shown.

website/public/favicon.ico

-655 Bytes
Binary file not shown.

website/public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)