Compare commits

..

No commits in common. "main" and "0.2.0-pre.112" have entirely different histories.

9 changed files with 1427 additions and 4136 deletions

5518
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.1-pre.1", "version": "0.2.0-pre.112",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -13,10 +13,10 @@
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.2", "@astrojs/mdx": "^4.2.3",
"@astrojs/sitemap": "^3.4.2", "@astrojs/sitemap": "^3.3.0",
"@fontsource-variable/work-sans": "^5.2.5", "@fontsource-variable/work-sans": "^5.2.5",
"astro": "^5.12.7", "astro": "^5.6.1",
"astro-critical-css": "^0.0.7", "astro-critical-css": "^0.0.7",
"astro-meta-tags": "^0.3.1", "astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
@ -25,7 +25,7 @@
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"devDependencies": { "devDependencies": {
"unlighthouse": "^0.17.2" "unlighthouse": "^0.16.3"
}, },
"browserslist": [ "browserslist": [
"last 2 versions", "last 2 versions",

View file

@ -1,6 +0,0 @@
# Spawning AI
# Prevent datasets from using the following file types
User-Agent: *
Disallow: /
Disallow: *

Binary file not shown.

Before

(image error) Size: 238 KiB

View file

@ -34,12 +34,12 @@ const loadedImage = plsLoadImage(images, imagePath)
<style> <style>
.heading { .heading {
display: flex; display: flex;
height: 3.5rem; height: fit-content;
min-height: 2.5rem; min-height: 2.5rem;
line-height: 1.75rem; line-height: 1.75rem;
font-size: 24px; font-size: 24px;
color: var(--c-primary-text); color: var(--c-primary-text);
max-width: 150px; max-width: 200px;
padding-bottom: 0.3rem; padding-bottom: 0.3rem;
font-weight: 500; font-weight: 500;
margin: 0px; margin: 0px;

View file

@ -15,12 +15,6 @@
"name": "Summer Skadi", "name": "Summer Skadi",
"origin": "Fate/Grand Order", "origin": "Fate/Grand Order",
"imageFile": "summerskadi.png", "imageFile": "summerskadi.png",
"link": "https://youtu.be/qmR4s3DHZXw" "link": "https://twitter.com/firq_ow/status/1816355501216596073"
},
{
"name": "Summer Scathach",
"origin": "Fate/Grand Order",
"imageFile": "summerscathach.png",
"link": "https://youtu.be/k0E3kgx3eMA"
} }
] ]

View file

@ -28,7 +28,7 @@ const projects = [
const data = structuredClone(favouritesdata); const data = structuredClone(favouritesdata);
data.map((item) => { if (item.name !== "Summer Scathach") {item.origin = "First 120 on NA"} else {item.origin = "After Forever"} }) data.map((item) => { item.origin = "First 120 on NA" })
--- ---
<Layout <Layout

View file

@ -18,7 +18,6 @@ const description =
> >
<Hi /> <Hi />
<BaseSection title="About me"> <BaseSection title="About me">
<Placeholder height="0px"/>
<AboutText/> <AboutText/>
</BaseSection> </BaseSection>
<BaseSection title="Favourites"> <BaseSection title="Favourites">

View file

@ -1,4 +1,4 @@
import type { UserConfig } from '@unlighthouse/core' import type { UserConfig } from 'unlighthouse'
export default async (): Promise<UserConfig> => { export default async (): Promise<UserConfig> => {
/* fetch sitemap from debug container */ /* fetch sitemap from debug container */
@ -14,12 +14,12 @@ export default async (): Promise<UserConfig> => {
lighthouseOptions: { lighthouseOptions: {
throttlingMethod: 'simulate', throttlingMethod: 'simulate',
throttling: { throttling: {
rttMs: 150, rttMs: 40,
throughputKbps: 1638.4, throughputKbps: 5000,
requestLatencyMs: 562.5, requestLatencyMs: 100,
downloadThroughputKbps: 1474.56, downloadThroughputKbps: 5000,
uploadThroughputKbps: 675, uploadThroughputKbps: 3000,
cpuSlowdownMultiplier: 4, cpuSlowdownMultiplier: 2,
}, },
screenEmulation: { screenEmulation: {
mobile: true, mobile: true,