Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jan 17, 2025
1 parent f355c10 commit cfe9256
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ exports[`loadSiteConfig website with .cjs siteConfig 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -90,6 +93,9 @@ exports[`loadSiteConfig website with ts + js config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -159,6 +165,9 @@ exports[`loadSiteConfig website with valid JS CJS config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -228,6 +237,9 @@ exports[`loadSiteConfig website with valid JS ESM config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -297,6 +309,9 @@ exports[`loadSiteConfig website with valid TypeScript CJS config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -366,6 +381,9 @@ exports[`loadSiteConfig website with valid TypeScript ESM config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -435,6 +453,9 @@ exports[`loadSiteConfig website with valid async config 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -506,6 +527,9 @@ exports[`loadSiteConfig website with valid async config creator function 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -577,6 +601,9 @@ exports[`loadSiteConfig website with valid config creator function 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down Expand Up @@ -651,6 +678,9 @@ exports[`loadSiteConfig website with valid siteConfig 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ exports[`load loads props for site with custom i18n path 1`] = `
"namespace": false,
"type": "localStorage",
},
"v4": {
"removeLegacyPostBuildHeadAttribute": false,
},
},
"headTags": [],
"i18n": {
Expand Down

0 comments on commit cfe9256

Please sign in to comment.