File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export default defineConfig({
2929 defaultLocale : "root" ,
3030 customCss : [ "./src/styles/custom.css" ] ,
3131 components : {
32- ThemeProvider : "./src/shared/ui/static-image/ThemeProvider.astro" ,
32+ ThemeProvider :
33+ "./src/shared/ui/static-image/ThemeProvider.astro" ,
3334 } ,
3435 head : [
3536 {
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ const guides = [
4040
4141const iconFiles: Record <string , string > = {
4242 layers: " /img/landing/icons/icon_layers.svg" ,
43- from_custom_architecture: " /img/landing/icons/icon_from_custom_architecture.svg" ,
43+ from_custom_architecture:
44+ " /img/landing/icons/icon_from_custom_architecture.svg" ,
4445 public_api: " /img/landing/icons/icon_public_api.svg" ,
4546 cross_imports: " /img/landing/icons/icon_cross_imports.svg" ,
4647 excessive_entities: " /img/landing/icons/icon_excessive_entities.svg" ,
You can’t perform that action at this time.
0 commit comments