-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into v3-deployment
- Loading branch information
Showing
22 changed files
with
91 additions
and
603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 1 addition & 8 deletions
9
packages/blocks/src/templates/dos/components/page-header-announcement.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
350 changes: 0 additions & 350 deletions
350
packages/blocks/src/templates/unique/components/ampersand-hero.astro
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
packages/blocks/src/templates/unique/components/remix-hero.astro
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
packages/blocks/src/templates/unique/layouts/ampersand-hero-layout.astro
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
packages/blocks/src/templates/unique/layouts/remix-hero-layout.astro
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"extends": "astro/tsconfigs/strict", | ||
"compilerOptions": { | ||
"jsx": "react", // or "react-jsx" for React 17+ | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"module": "ESNext", | ||
"target": "ESNext", | ||
"verbatimModuleSyntax": false, | ||
"declarationMap": true, | ||
"declaration": true, | ||
// "jsx": "react", // or "react-jsx" for React 17+ | ||
// "esModuleInterop": true, | ||
// "allowSyntheticDefaultImports": true, | ||
// "module": "ESNext", | ||
// "target": "ESNext", | ||
// "verbatimModuleSyntax": false, | ||
// "declarationMap": true, | ||
// "declaration": true, | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["./src/*"] | ||
"@/*": ["src/*"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import { defineConfig } from 'vite' | ||
|
||
export default defineConfig({ | ||
build: { | ||
rollupOptions: { | ||
output: { | ||
// Set the main entry file to a fixed name | ||
entryFileNames: '_astro/client.js', | ||
// Keep chunk files with hashes to avoid conflicts with dynamic imports | ||
chunkFileNames: '_astro/client-dynamic.js', | ||
// Asset file names (for CSS, images, etc.) can also keep their hashed names | ||
assetFileNames: '_astro/client-[hash].[ext]', | ||
}, | ||
}, | ||
}, | ||
// build: { | ||
// rollupOptions: { | ||
// output: { | ||
// // Set the main entry file to a fixed name | ||
// entryFileNames: '_astro/client.js', | ||
// // Keep chunk files with hashes to avoid conflicts with dynamic imports | ||
// chunkFileNames: '_astro/client-dynamic.js', | ||
// // Asset file names (for CSS, images, etc.) can also keep their hashed names | ||
// assetFileNames: '_astro/client-[hash].[ext]', | ||
// }, | ||
// }, | ||
// }, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.