Skip to content

Commit

Permalink
Update for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Acevedo Colman committed Jun 13, 2024
1 parent ef50206 commit 6dcfa7d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 128 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
import React from '@astrojs/react';

// https://astro.build/config
export default defineConfig({
site: 'https://fernandotwe.github.io',
base: '/ip-ai-test',
integrations: [tailwind(), react()],
integrations: [tailwind()],
});
122 changes: 0 additions & 122 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.5.0",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.10.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4"
}
}
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const consultaId = generateConsultaId();
<html lang="es">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="{Astro.site.base}/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
Expand Down

0 comments on commit 6dcfa7d

Please sign in to comment.