fix: bad url

This commit is contained in:
enscribe 2024-09-12 20:04:47 -07:00
parent 72655a8317
commit 8b5d66b32a
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import remarkToc from 'remark-toc'
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: 'https://astro-micro-academic.vercel.app', site: 'https://astro-erudite.vercel.app',
integrations: [ integrations: [
tailwind({ tailwind({
applyBaseStyles: false, applyBaseStyles: false,

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "astro-micro", "name": "astro-erudite",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-micro", "name": "astro-erudite",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.7.0", "@astrojs/check": "^0.7.0",

View file

@ -1,5 +1,5 @@
{ {
"name": "astro-micro", "name": "astro-erudite",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,