Skip to content

Commit f76cb09

Browse files
jonphippsclaude
andcommitted
fix: correct DOCS_ENV value for muldicat development build
- Change DOCS_ENV from 'dev' to 'development' to match siteConfig.ts - Fixes 'Configuration missing for muldicat in dev' deployment error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0178c30 commit f76cb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standards/muldicat/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"configurations": {
1515
"development": {
1616
"env": {
17-
"DOCS_ENV": "dev"
17+
"DOCS_ENV": "development"
1818
}
1919
},
2020
"production": {

0 commit comments

Comments
 (0)