Re-worked icons
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m48s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m48s
This commit is contained in:
@@ -3,7 +3,6 @@ import { defineConfig } from "astro/config";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import vue from "@astrojs/vue";
|
||||
import node from "@astrojs/node";
|
||||
import icon from "astro-icon";
|
||||
import mdx from "@astrojs/mdx";
|
||||
|
||||
// https://astro.build/config
|
||||
@@ -30,47 +29,6 @@ export default defineConfig({
|
||||
integrations: [
|
||||
vue(),
|
||||
mdx(),
|
||||
icon({
|
||||
include: {
|
||||
mdi: [
|
||||
"clock",
|
||||
"tag",
|
||||
"arrow-right",
|
||||
"link",
|
||||
"email",
|
||||
"rss",
|
||||
"download",
|
||||
"web",
|
||||
"arrow-left",
|
||||
"source-commit",
|
||||
"code-tags",
|
||||
"tag-multiple",
|
||||
"clock-outline",
|
||||
"apple",
|
||||
"google-play",
|
||||
"code-braces",
|
||||
"circle",
|
||||
"open-in-new",
|
||||
],
|
||||
"simple-icons": [
|
||||
"gitea",
|
||||
"bluesky",
|
||||
"react",
|
||||
"vuedotjs",
|
||||
"typescript",
|
||||
"astro",
|
||||
"go",
|
||||
"postgresql",
|
||||
"dotnet",
|
||||
"docker",
|
||||
"github",
|
||||
"kotlin",
|
||||
"swift",
|
||||
"flutter",
|
||||
"nixos",
|
||||
],
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
adapter: node({
|
||||
|
||||
Reference in New Issue
Block a user