Skip to content

Commit

Permalink
update some docs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rekram1-node committed Sep 20, 2024
1 parent 655deda commit c3dba7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions www/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import cloudflare from "@astrojs/cloudflare";
import mdx from "@astrojs/mdx";
import react from "@astrojs/react";
import sitemap from "@astrojs/sitemap";
import vercel from "@astrojs/vercel/serverless";
import { defineConfig } from "astro/config";
import rehypeAutolinkHeadings from "rehype-autolink-headings";
import rehypeExternalLinks from "rehype-external-links";
Expand All @@ -12,8 +12,9 @@ import remarkCodeTitles from "remark-code-titles";
export default defineConfig({
site: `https://create.t3.gg/`,
output: "server",
adapter: vercel(),
adapter: cloudflare(),
markdown: {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
remarkPlugins: [remarkCodeTitles],
rehypePlugins: [
[
Expand Down
Binary file modified www/bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ct3a/www",
"name": "@ct3cfa/www",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -18,6 +18,7 @@
},
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@astrojs/cloudflare": "^11.0.5",
"@astrojs/mdx": "^3.0.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/vercel": "^7.6.0",
Expand All @@ -29,12 +30,10 @@
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@resvg/resvg-js": "^2.4.1",
"@stackblitz/sdk": "^1.9.0",
"@vercel/analytics": "^1.0.1",
"clsx": "^1.2.1",
"embla-carousel": "^7.1.0",
"embla-carousel-autoplay": "^7.1.0",
"satori": "^0.8.1",
"sharp": "^0.32.6",
"tailwind-scrollbar": "^3.0.0",
"treeify": "^1.1.0",
"unist-util-visit": "^4.1.2",
Expand Down
1 change: 0 additions & 1 deletion www/src/components/headCommon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
/>
<link rel="sitemap" href="/sitemap.xml" />

<script defer src="/_vercel/insights/script.js"></script>

0 comments on commit c3dba7e

Please sign in to comment.