fix: bad url
This commit is contained in:
parent
72655a8317
commit
8b5d66b32a
3 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "astro-micro",
|
||||
"name": "astro-erudite",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue