Fixed some wording
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m54s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m54s
This commit is contained in:
@@ -7,9 +7,11 @@ import node from "@astrojs/node";
|
||||
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
import icon from "astro-icon";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [solidJs()],
|
||||
integrations: [solidJs(), icon()],
|
||||
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
|
||||
Reference in New Issue
Block a user