Skip to content

Commit

Permalink
github pages junk
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebleSketch committed Dec 29, 2024
1 parent fe9ab9f commit 53e1d62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
// @ts-check
import { defineConfig } from 'astro/config';

import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [tailwind()],
site: 'https://treblesketch.github.io',
base: 'treble-astro',
});
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ import Layout from '../layouts/Layout.astro';

<Layout>
<Welcome />
<div class="bg-amber-100">
<h1 class="text-8xl">Foobar </h1>
</div>
</Layout>

0 comments on commit 53e1d62

Please sign in to comment.