FujoWebDev / FujoWebDev/fujocoded-plugins

[astro-dev-only] Make an `import`-able resource that will mark pages to be excluded

Open
#4 3 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.