rename rank.pompy.dev -> list.pompy.dev
This commit is contained in:
parent
767c892109
commit
ca9817102f
17 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
0
apps/rank/.gitignore → apps/list/.gitignore
vendored
0
apps/rank/.gitignore → apps/list/.gitignore
vendored
|
@ -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({
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@pompydev/rank",
|
"name": "@pompydev/list",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
|
@ -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">
|
|
@ -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">
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue