diff --git a/astro.config.ts b/astro.config.ts index 83134be..6445503 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -17,7 +17,7 @@ import remarkToc from 'remark-toc' // https://astro.build/config export default defineConfig({ - site: 'https://astro-micro-academic.vercel.app', + site: 'https://astro-erudite.vercel.app', integrations: [ tailwind({ applyBaseStyles: false, diff --git a/package-lock.json b/package-lock.json index ab9658c..849ddbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "astro-micro", + "name": "astro-erudite", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "astro-micro", + "name": "astro-erudite", "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.7.0", diff --git a/package.json b/package.json index 28e69ab..f085c97 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "astro-micro", + "name": "astro-erudite", "type": "module", "version": "0.0.1", "private": true,