mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 08:53:04 +10:00
feat: link validator
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import starlight from "@astrojs/starlight";
|
||||
import starlightThemeRapide from "starlight-theme-rapide";
|
||||
import starlightLinksValidator from 'starlight-links-validator'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
starlight({
|
||||
plugins: [starlightThemeRapide()],
|
||||
plugins: [starlightThemeRapide(), starlightLinksValidator()],
|
||||
title: "Drop OSS",
|
||||
social: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user