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