Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade astro to 5.0.3 version #834

Open
wants to merge 12 commits into
base: develop-fixed-dco
Choose a base branch
from
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import deno from '@deno/astro-adapter';
import deno from "@deno/astro-adapter";
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';

const DEV_PORT = 3000;

// https://astro.build/config
export default defineConfig({
// experimental: {

Expand Down
4 changes: 4 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"importMap": "./import_map.json"
}

141 changes: 141 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"imports": {
"@astrojs/markdown-remark": "https://cdn.skypack.dev/@astrojs/markdown-remark"
}
}

Loading
Loading