test
This commit is contained in:
parent
237e7d80f5
commit
b53b443ba1
|
@ -174,7 +174,7 @@ export default function GhostCMS(options: UserConfig): AstroIntegration {
|
||||||
if( !GCD.dCO ) { logConfigSetup.info( IC.ITR )}
|
if( !GCD.dCO ) { logConfigSetup.info( IC.ITR )}
|
||||||
|
|
||||||
injectRoute({
|
injectRoute({
|
||||||
pattern: '/',
|
pattern: '/',
|
||||||
entrypoint: `${GCD.theme}/index.astro`
|
entrypoint: `${GCD.theme}/index.astro`
|
||||||
});
|
});
|
||||||
injectRoute({
|
injectRoute({
|
||||||
|
|
Loading…
Reference in New Issue