Skip to content

Commit 354b6cf

Browse files
committed
revert fixes for 2025
1 parent e4c9d35 commit 354b6cf

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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(),

netlify.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@
1616
[[redirects]]
1717
from = "https://summit.nextflow.io/2025/boston/agenda/enabling-reproducible-science-and-african-represenation-in-science-through-nextflow-workshops"
1818
to = "https://summit.nextflow.io/2025/agenda/enabling-reproducible-science-and-african-representation-in-science-through-nextflow-workshops"
19-
status = 301
20-
21-
[[headers]]
22-
for = "/*"
23-
[headers.values]
24-
Access-Control-Allow-Origin = "*"
19+
status = 301

0 commit comments

Comments
 (0)