생각없이
This commit is contained in:
parent
fb5f774b87
commit
a9bd8c41f8
3 changed files with 6 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ export const links: Route.LinksFunction = () => [
|
|||
rel: "stylesheet",
|
||||
href: "https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/variable/pretendardvariable-dynamic-subset.min.css",
|
||||
async: true,
|
||||
crossorigin: "anonymous",
|
||||
crossOrigin: "anonymous",
|
||||
},
|
||||
{ rel: "stylesheet", href: stylesheet },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ export default function Home() {
|
|||
</kbd>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
<div>
|
||||
<a href="https://skillicons.dev">
|
||||
<kbd>
|
||||
<img
|
||||
|
|
@ -118,7 +118,7 @@ export default function Home() {
|
|||
</kbd>
|
||||
<p className="text-zinc-400 text-xs">skillicons.dev</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</p>
|
||||
<p className="text-white">Normal Student Developer</p>
|
||||
<a href="https://sqlare.com" className="text-white">
|
||||
|
|
|
|||
|
|
@ -11,5 +11,8 @@ export default defineConfig({
|
|||
plugins: [autoprefixer],
|
||||
},
|
||||
},
|
||||
build: {
|
||||
sourcemap: process.env.NODE_ENV !== 'production',
|
||||
},
|
||||
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue