Skip to content

Commit

Permalink
Add homepage path to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Oct 16, 2024
1 parent a44bcbf commit effd944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "eslint .",
"preview": "vite preview"
},
"homepage": "https:/theopensystemslab.github.io/digital-planning-data-schemas",
"dependencies": {
"@stoplight/json-schema-viewer": "^4.16.1",
"@stoplight/mosaic": "^1.53.4",
Expand Down
1 change: 1 addition & 0 deletions docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ export default defineConfig({
build: {
commonjsOptions: {transformMixedEsModules: true},
},
base: '/digital-planning-data-schemas',
});

0 comments on commit effd944

Please sign in to comment.