You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Rename .nf files to _main.nf to eliminate Astro warnings
Rename all main.nf files to _main.nf and update corresponding import
statements to prevent Astro from treating pipeline files as pages.
- Rename: main.nf → _main.nf in all pipeline subdirectories
- Update imports: './main.nf?raw' → './_main.nf?raw' in all .mdx files
- Eliminates console warnings about unsupported file types
- Maintains functionality while following Astro conventions
0 commit comments