@@ -5,8 +5,9 @@ import Head from "next/head";
|
||||
import { Layout, type LayoutClass } from "@/components/Layout/Layout";
|
||||
import { formatTitle } from "@/lib/format";
|
||||
import { assetUrl } from "@/lib/utils";
|
||||
import "@/styles/globals.css";
|
||||
import "@/styles/hljs.css";
|
||||
import "@/styles/_globals.css";
|
||||
import "@/styles/_hljs.css";
|
||||
import "@/styles/custom.css";
|
||||
|
||||
export type CustomPage<P = {}, IP = P> = NextPage<P, IP> & {
|
||||
layoutClass?: LayoutClass;
|
||||
|
||||
2
src/styles/custom.css
Normal file
2
src/styles/custom.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Use this file to optionally override global css styles and use with caution. */
|
||||
/* See README.md for hints and examples: https://github.com/AOEpeople/aoe_technology_radar/ */
|
||||
Reference in New Issue
Block a user