Skip to content

Commit 1a460d2

Browse files
committed
Fix package import after rename
1 parent 1c1de0f commit 1a460d2

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import { defineConfig } from 'astro/config';
33
import starlight from '@astrojs/starlight';
4-
import mtasaStarlightThemePlugin from 'starlight-theme-mtasa'
4+
import mtasaStarlightThemePlugin from '@multitheftauto/starlight-theme-mtasa'
55

66
const isDeploy = process.env.GITHUB_ACTIONS === 'true';
77
const repositoryName = (isDeploy && process.env.GITHUB_REPOSITORY) ? (process.env.GITHUB_REPOSITORY).split('/')[1] : undefined;

package-lock.json

Lines changed: 31 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.json"
3+
}

0 commit comments

Comments
 (0)