We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ea64 commit 02eb7baCopy full SHA for 02eb7ba
1 file changed
astro.config.mjs
@@ -12,9 +12,9 @@ const host = "https://summit.nextflow.io";
12
export default defineConfig({
13
site: host,
14
base: '/2025',
15
- // build: {
16
- // assetsPrefix: 'https://nextflow-summit-2025.netlify.app'
17
- // },
+ build: {
+ assetsPrefix: 'https://nextflow-summit-2025.netlify.app'
+ },
18
integrations: [
19
react(),
20
tailwind(),
0 commit comments