Skip to content

Commit 02eb7ba

Browse files
committed
Revert "comment out assetsprefix"
This reverts commit 7e3ea64.
1 parent 7e3ea64 commit 02eb7ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ const host = "https://summit.nextflow.io";
1212
export default defineConfig({
1313
site: host,
1414
base: '/2025',
15-
// build: {
16-
// assetsPrefix: 'https://nextflow-summit-2025.netlify.app'
17-
// },
15+
build: {
16+
assetsPrefix: 'https://nextflow-summit-2025.netlify.app'
17+
},
1818
integrations: [
1919
react(),
2020
tailwind(),

0 commit comments

Comments
 (0)