diff options
author | 2021-06-29 15:31:29 -0500 | |
---|---|---|
committer | 2021-06-29 15:31:29 -0500 | |
commit | 8b4760c24ffc0e6920f77efb4f0b4435f670f198 (patch) | |
tree | 05052b1471975efcc29e45f964d936eb1c337c7c | |
parent | 9c7921300c5aae35ee947be5fc515e5b3fdaf1a2 (diff) | |
download | astro-8b4760c24ffc0e6920f77efb4f0b4435f670f198.tar.gz astro-8b4760c24ffc0e6920f77efb4f0b4435f670f198.tar.zst astro-8b4760c24ffc0e6920f77efb4f0b4435f670f198.zip |
fix: changeset (#580)
-rw-r--r-- | .changeset/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json index 972a1568f..c9c7d3d7d 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "www", "docs-www"] + "ignore": ["@example/*", "www"] } |