Skip to content

Commit

Permalink
improving the site into a SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed Sep 1, 2024
1 parent d3083a3 commit d16d0b4
Show file tree
Hide file tree
Showing 48 changed files with 18,558 additions and 8,808 deletions.
12,812 changes: 12,812 additions & 0 deletions .astro/icon.d.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1724931231073
}
}
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
12 changes: 12 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
overrides: [
{
files: "*.astro",
options: {
parser: "astro",
},
},
],
};
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";
import image from "@astrojs/image";
import icon from "astro-icon";

export default defineConfig({
site: "https://angelip2303.github.io/",
Expand All @@ -11,6 +11,6 @@ export default defineConfig({
applyBaseStyles: false,
},
}),
image(),
icon(),
],
});
Loading

0 comments on commit d16d0b4

Please sign in to comment.