File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 deploy-website :
1919 name : Deploy Website
2020
21+ if : github.actor != 'dependabot[bot]'
2122 runs-on : ubuntu-latest
2223
2324 environment :
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ import tailwind from "@astrojs/tailwind";
66// https://astro.build/config
77export default defineConfig ( {
88 site : "https://virtualbrainlab.github.io" ,
9+ base : "pinpoint-site" ,
910 integrations : [ tailwind ( ) ] ,
1011} ) ;
Original file line number Diff line number Diff line change 55 <head >
66 <meta charset =" UTF-8" />
77 <meta name =" viewport" content =" width=device-width" />
8- <link rel =" icon" type =" image/svg+xml" href =" /favicon.ico" />
8+ <!-- FIXME: Remove `pinpoint-site` once VBL URL is used. -->
9+ <link rel =" icon" type =" image/svg+xml" href =" /pinpoint-site/favicon.ico" />
910 <meta name =" generator" content ={ Astro .generator } />
1011 <title >Pinpoint</title >
1112 </head >
You can’t perform that action at this time.
0 commit comments