refactor notes directory and front matter
BIN
app/previously/images/2001_12.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
app/previously/images/2002_02.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
app/previously/images/2002_10.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
app/previously/images/2003_08.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
app/previously/images/2004_11.png
Normal file
After Width: | Height: | Size: 301 KiB |
BIN
app/previously/images/2006_04.png
Normal file
After Width: | Height: | Size: 259 KiB |
BIN
app/previously/images/2006_05.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
app/previously/images/2007_01.png
Normal file
After Width: | Height: | Size: 244 KiB |
BIN
app/previously/images/2007_04.png
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
app/previously/images/2007_05.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
app/previously/images/2009_07.png
Normal file
After Width: | Height: | Size: 286 KiB |
BIN
app/previously/images/2012_09.png
Normal file
After Width: | Height: | Size: 622 KiB |
BIN
app/previously/images/2018_04.png
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
app/previously/images/2020_03.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
app/previously/images/wayback.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
@ -12,20 +12,20 @@ import type { Metadata } from "next";
|
||||
import { ComicNeue } from "../../lib/styles/fonts";
|
||||
import styles from "./page.module.css";
|
||||
|
||||
import img_wayback from "../../public/static/images/previously/wayback.png";
|
||||
import img_2002_02 from "../../public/static/images/previously/2002_02.png";
|
||||
import img_2002_10 from "../../public/static/images/previously/2002_10.png";
|
||||
import img_2003_08 from "../../public/static/images/previously/2003_08.png";
|
||||
import img_2004_11 from "../../public/static/images/previously/2004_11.png";
|
||||
import img_2006_04 from "../../public/static/images/previously/2006_04.png";
|
||||
import img_2006_05 from "../../public/static/images/previously/2006_05.png";
|
||||
import img_2007_01 from "../../public/static/images/previously/2007_01.png";
|
||||
import img_2007_04 from "../../public/static/images/previously/2007_04.png";
|
||||
import img_2007_05 from "../../public/static/images/previously/2007_05.png";
|
||||
import img_2009_07 from "../../public/static/images/previously/2009_07.png";
|
||||
import img_2012_09 from "../../public/static/images/previously/2012_09.png";
|
||||
import img_2018_04 from "../../public/static/images/previously/2018_04.png";
|
||||
import img_2020_03 from "../../public/static/images/previously/2020_03.png";
|
||||
import img_wayback from "./images/wayback.png";
|
||||
import img_2002_02 from "./images/2002_02.png";
|
||||
import img_2002_10 from "./images/2002_10.png";
|
||||
import img_2003_08 from "./images/2003_08.png";
|
||||
import img_2004_11 from "./images/2004_11.png";
|
||||
import img_2006_04 from "./images/2006_04.png";
|
||||
import img_2006_05 from "./images/2006_05.png";
|
||||
import img_2007_01 from "./images/2007_01.png";
|
||||
import img_2007_04 from "./images/2007_04.png";
|
||||
import img_2007_05 from "./images/2007_05.png";
|
||||
import img_2009_07 from "./images/2009_07.png";
|
||||
import img_2012_09 from "./images/2012_09.png";
|
||||
import img_2018_04 from "./images/2018_04.png";
|
||||
import img_2020_03 from "./images/2020_03.png";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Previously on...",
|
||||
|