FujoWebDev / FujoWebDev/fujocoded-plugins
[astro-dev-only] Make an `import`-able resource that will mark pages to be excluded
Open
astro-dev-only
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```astro
---
import 'astro-dev-only';
---
This page won't show up in prod
```
It might make sense to make it a virtual module, so maybe something more like this?
```astro
---
import 'dev:only';
---
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.