File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module.exports = {
1515 ] ,
1616 "directory" : "/demo/openai/{{directory}}" ,
1717 "path" : "{{path}}" ,
18+ "pathname" : "{{pathname}}" ,
1819 "content-type" : "{{content-type}}" ,
1920 "public" : "true"
2021 }
@@ -26,17 +27,16 @@ module.exports = {
2627 "object" : {
2728 "_id" : "61a12db2a8b6b4001a9f5a2e" ,
2829 "name" : "index.html" ,
29- "path" : "/docs/openai/index.html" ,
30+ "path" : "/docs/openai" ,
31+ "pathname" : "/docs/openai/index.html" ,
3032 "src" : "{{./docs/index.html}}" ,
3133 "host" : [
3234 "*" ,
3335 "general.cocreate.app"
3436 ] ,
35- "directory" : "/docs/openai" ,
36- "parentDirectory" : "{{parentDirectory}}" ,
37+ "directory" : "openai" ,
3738 "content-type" : "{{content-type}}" ,
38- "public" : "true" ,
39- "website_id" : "644d4bff8036fb9d1d1fd69c"
39+ "public" : "true"
4040 }
4141 }
4242 ]
You can’t perform that action at this time.
0 commit comments