Skip to content

Commit

Permalink
Fix importer prop sorting causes parents to be parsed after their chi…
Browse files Browse the repository at this point in the history
…ld properties #980
  • Loading branch information
Polleps committed Oct 9, 2024
1 parent c4a6db0 commit 28adbeb
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 161 deletions.
2 changes: 1 addition & 1 deletion browser/create-template/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type BaseTemplate = {
const baseTemplates = {
website: {
name: 'website',
ontologyID: '01j6zqa7qgamwh5960dzy99j70',
ontologyID: 'website',
generateEnv: ({ serverUrl }) => {
const siteSubject = new URL(
'01j5zrevq917dp0wm4p2vnd7nr',
Expand Down
Loading

0 comments on commit 28adbeb

Please sign in to comment.