File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/starlight-theme-mtasa Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// @ts -check
22import { defineConfig } from 'astro/config' ;
33import starlight from '@astrojs/starlight' ;
4- import mtasaStartlightThemePlugin from 'starlight-theme-mtasa'
4+ import mtasaStarlightThemePlugin from 'starlight-theme-mtasa'
55
66const isDeploy = process . env . GITHUB_ACTIONS === 'true' ;
77const ownerName = isDeploy ? process . env . GITHUB_REPOSITORY_NAME : undefined ;
@@ -14,7 +14,7 @@ export default defineConfig({
1414 integrations : [
1515 starlight ( {
1616 title : 'Multi Theft Auto: Theme' ,
17- plugins : [ mtasaStartlightThemePlugin ( ) ] ,
17+ plugins : [ mtasaStarlightThemePlugin ( ) ] ,
1818 social : {
1919 github : 'https://github.com/multitheftauto/starlight-theme-mtasa' ,
2020 } ,
Original file line number Diff line number Diff line change 11import type { StarlightPlugin } from '@astrojs/starlight/types' ;
22
3- export default function mtasaStartlightThemePlugin ( ) : StarlightPlugin {
3+ export default function mtasaStarlightThemePlugin ( ) : StarlightPlugin {
44 return {
55 name : 'starlight-theme-mtasa' ,
66 hooks : {
You can’t perform that action at this time.
0 commit comments