Skip to content

Commit

Permalink
Revert "Add homepage path to config files (#259)"
Browse files Browse the repository at this point in the history
This reverts commit ec6c2c7.
  • Loading branch information
jessicamcinchak authored Oct 17, 2024
1 parent a950013 commit 2cfca87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"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: 0 additions & 1 deletion docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ export default defineConfig({
build: {
commonjsOptions: {transformMixedEsModules: true},
},
base: '/digital-planning-data-schemas',
});

0 comments on commit 2cfca87

Please sign in to comment.