File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ For Gallery - https://benhowell.github.io/react-grid-gallery - which is client s
485
485
486
486
I hope this helps, sorry I can't share my code.
487
487
----
488
+ // resenje
488
489
glob za slike
489
490
poenta, ne sme da ima {} za jednu opciju
490
491
ovo puca
@@ -507,7 +508,7 @@ fix links page links color for history back view transition
507
508
refactor theme script, browserDefaultMode, appDefaultMode, storedMode
508
509
change meta theme bg color with js, astro-paper
509
510
510
- replace import config with import.meta.env.VAR
511
+ replace import config with import.meta.env.VAR
511
512
ask about app start handler for log env vars
512
513
513
514
fix image sizes for gallery and other
Original file line number Diff line number Diff line change 1
1
import { SITE_URL } from 'astro:env/client' ;
2
2
3
- import { configClientSchema } from '.. /schemas/config' ;
4
- import { validateData } from '.. /utils/validation' ;
3
+ import { configClientSchema } from '@ /schemas/config' ;
4
+ import { validateData } from '@ /utils/validation' ;
5
5
6
- import type { ConfigClientType } from '.. /types/config' ;
6
+ import type { ConfigClientType } from '@ /types/config' ;
7
7
8
8
const configClientData : ConfigClientType = {
9
9
/** all urls without '/' */
@@ -24,5 +24,4 @@ const configClientData: ConfigClientType = {
24
24
REPO_URL : 'https://github.com/nemanjam/nemanjam.github.io' ,
25
25
} ;
26
26
27
- // todo: Config should go into import.meta.env in astro.config.ts
28
27
export const CONFIG_CLIENT = validateData ( configClientData , configClientSchema ) ;
You can’t perform that action at this time.
0 commit comments