@tinacms/schema-tools 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -387,12 +387,15 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
387
387
  */
388
388
  outputFolder: string;
389
389
  /**
390
- *
391
- * the host option for the vite config. This is useful when trying to run tinacms dev in a docker container.
390
+ * The host option for the vite config. This is useful when trying to run tinacms dev in a docker container.
392
391
  *
393
392
  * See https://vitejs.dev/config/server-options.html#server-host for more details
394
393
  */
395
394
  host?: string | boolean;
395
+ /**
396
+ * If your site will be served at a sub-path like `my-domain.com/my-site`, provide `"my-site"`
397
+ */
398
+ basePath?: string;
396
399
  };
397
400
  media?: {
398
401
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/schema-tools",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "exports": {