Updated
This commit is contained in:
parent
740a96d30a
commit
1f448f14f0
@ -1,6 +1,7 @@
|
|||||||
import icon from "astro-icon";
|
import icon from "astro-icon";
|
||||||
import { defineConfig } from "astro/config";
|
import { defineConfig } from "astro/config";
|
||||||
import node from "@astrojs/node";
|
import node from "@astrojs/node";
|
||||||
|
import astroMetaTags from "astro-meta-tags";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
@ -12,6 +13,7 @@ export default defineConfig({
|
|||||||
mode: "standalone",
|
mode: "standalone",
|
||||||
}),
|
}),
|
||||||
integrations: [
|
integrations: [
|
||||||
|
astroMetaTags(),
|
||||||
icon({
|
icon({
|
||||||
include: {
|
include: {
|
||||||
"material-symbols": ["*"], // Loads entire Material Design Icon set
|
"material-symbols": ["*"], // Loads entire Material Design Icon set
|
||||||
|
19
package.json
19
package.json
@ -11,20 +11,21 @@
|
|||||||
"upgrade": "ncu"
|
"upgrade": "ncu"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.3.1",
|
"@astrojs/check": "^0.4.1",
|
||||||
"@astrojs/node": "^6.0.3",
|
"@astrojs/node": "^8.0.0",
|
||||||
"astro": "^3.5.2",
|
"astro": "^4.2.1",
|
||||||
"astro-icon": "next",
|
"astro-icon": "next",
|
||||||
"ua-parser-js": "^1.0.37"
|
"ua-parser-js": "^1.0.37"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/material-symbols": "^1.1.62",
|
"@iconify-json/material-symbols": "^1.1.70",
|
||||||
"@types/ua-parser-js": "^0.7.39",
|
"@types/ua-parser-js": "^0.7.39",
|
||||||
"autoprefixer": "^10.4.16",
|
"astro-meta-tags": "^0.2.1",
|
||||||
"bun-types": "^1.0.11",
|
"autoprefixer": "^10.4.17",
|
||||||
|
"bun-types": "^1.0.24",
|
||||||
"postcss-preset-env": "^9.3.0",
|
"postcss-preset-env": "^9.3.0",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.3.3",
|
||||||
"npm-check-updates": "^16.14.6"
|
"npm-check-updates": "^16.14.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user