Skip to content

Commit 06ab1a5

Browse files
authored
Disable lunaria plugin in astro.config.mjs
Comment out lunaria plugin in configuration.
1 parent 0e65f9b commit 06ab1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig({
2828
alt: "Mr. Robøt Logo"
2929
},
3030
plugins: [
31-
lunaria(),
31+
//lunaria(),
3232
starlightCoolerCredit({
3333
customImage: './public/img/premium/premium_logo.png',
3434
customImageAlt: 'Mr. Robøt Premium Logo',

0 commit comments

Comments
 (0)