diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index ce0ebb2..0000000 --- a/netlify.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build] - command = 'pnpm build' \ No newline at end of file diff --git a/src/assets/about-astro.png b/src/assets/about-astro.png deleted file mode 100644 index 9b3949a..0000000 Binary files a/src/assets/about-astro.png and /dev/null differ diff --git a/src/components/BookList.astro b/src/components/BookList.astro index fdb3787..b22f8ab 100644 --- a/src/components/BookList.astro +++ b/src/components/BookList.astro @@ -18,12 +18,12 @@ interface Book {
  • - {book.title} + {book.title}{" "} - {" "} + by {book.author}
  • )) } - + diff --git a/src/components/ChangeLogComp.astro b/src/components/ChangeLogComp.astro index 832c6f7..085a9a3 100644 --- a/src/components/ChangeLogComp.astro +++ b/src/components/ChangeLogComp.astro @@ -13,36 +13,6 @@ type ChangelogEntry = { const data: ChangelogEntry[] = changelogData as ChangelogEntry[]; --- - - diff --git a/src/components/MovieList.astro b/src/components/MovieList.astro index a046515..caafbcb 100644 --- a/src/components/MovieList.astro +++ b/src/components/MovieList.astro @@ -14,7 +14,7 @@ interface Movie { { movies.map((movie: Movie) => (
  • - {movie.title} + {movie.title}
  • )) } diff --git a/src/components/Quotations.astro b/src/components/Quotations.astro index 828eee8..bae8290 100644 --- a/src/components/Quotations.astro +++ b/src/components/Quotations.astro @@ -13,7 +13,7 @@ interface Quote {