Merge branch 'main' into staging

This commit is contained in:
elibrody2 2023-11-14 18:43:50 -05:00 committed by GitHub
commit c06e8b639d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -26,7 +26,7 @@ jobs:
run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT" run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install --no-frozen-lockfile
- name: Build app - name: Build app
run: pnpm build run: pnpm build

7
.gitignore vendored
View file

@ -32,4 +32,9 @@ coverage
/playwright-report/ /playwright-report/
/playwright/.cache/ /playwright/.cache/
# Webkit with playwright creates a salt file # Webkit with playwright creates a salt file
salt salt
#DevWordingChanges
index.html
src/pages/404.page.vue
src/pages/Home.page.vue

View file

@ -5,7 +5,7 @@
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IT Tools - Handy online tools for developers</title> <title>IT Tools - Handy online tools for developers</title>
<meta itemprop="name" content="IT Tools - Handy online tools for developers" /> <meta itemprop="name" content="Dev - IT Tools - Handy online tools for developers" />
<meta <meta
name="description" name="description"
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
@ -43,7 +43,7 @@
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
/> />
<meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" /> <meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" />
<meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" /> <meta name="twitter:image:alt" content="Dev - IT Tools - Handy online tools for developers" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

@ -62,4 +62,4 @@ tools:
math: '数学' math: '数学'
measurement: '测量' measurement: '测量'
text: '文本' text: '文本'
data: '数据' data: '数据'