generated from Fascinated/nextjs-13-template-with-tailwindcss
fix another error
All checks were successful
Publish Docker Image / docker (push) Successful in 1m51s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m51s
This commit is contained in:
parent
7508e394fa
commit
363f855ba7
@ -17,8 +17,8 @@ export default function Home() {
|
||||
links,
|
||||
options,
|
||||
description,
|
||||
theme = "dark", // Fallback to dark if no theme was found
|
||||
}: any = Config; // All of the settings pulled from the config file
|
||||
theme, // Fallback to dark if no theme was found
|
||||
} = Config; // All of the settings pulled from the config file
|
||||
|
||||
// Theme colors to use when using the selected theme
|
||||
// all used colors are from TailwindCSS
|
||||
|
Loading…
Reference in New Issue
Block a user