rename rank.pompy.dev -> list.pompy.dev

This commit is contained in:
Kim, Jimin 2025-03-20 09:44:00 +09:00
parent 767c892109
commit ca9817102f
Signed by: pomp
GPG key ID: D3932F82A0667A3B
17 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ pnpm build
- [`apps/www`](./apps/www) - http://localhost:5173 - [`apps/www`](./apps/www) - http://localhost:5173
- [`apps/blog`](./apps/blog) - http://localhost:3000 - [`apps/blog`](./apps/blog) - http://localhost:3000
- [`apps/rank`](./apps/rank) - http://localhost:3001 - [`apps/list`](./apps/list) - http://localhost:3001
``` ```
pnpm dev pnpm dev

View file

@ -1,4 +1,4 @@
const title = "pomp's biased & opinionated rankings DB" const title = "pomp's biased & opinionated list of ..."
// https://nuxt.com/docs/api/configuration/nuxt-config // https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({ export default defineNuxtConfig({

View file

@ -1,5 +1,5 @@
{ {
"name": "@pompydev/rank", "name": "@pompydev/list",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -43,7 +43,7 @@ const t = useVueTable({
</script> </script>
<template> <template>
<h1 class="text-4xl font-black">Content creators ranking</h1> <h1 class="text-4xl font-black">pomp's biased and opinionated list of Content creators</h1>
<NuxtLink href="/" class="underline">Back</NuxtLink> <NuxtLink href="/" class="underline">Back</NuxtLink>
<div class="p-2"> <div class="p-2">
<table class="border"> <table class="border">

View file

@ -2,7 +2,7 @@
<h1 class="text-4xl font-black"> <h1 class="text-4xl font-black">
pomp's<br /> pomp's<br />
biased & opinionated<br /> biased & opinionated<br />
rankings DB list of
</h1> </h1>
<NuxtLink href="/content-creators" class="underline"> <NuxtLink href="/content-creators" class="underline">

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before After
Before After