Skip to content

Commit

Permalink
Merge pull request #2 from NMSCD/dev
Browse files Browse the repository at this point in the history
rename app
  • Loading branch information
Lenni009 authored Aug 5, 2024
2 parents cf105fc + e3fa442 commit 2f63f22
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Frigate Calculator

This app calculates how good a frigate is.

The calculation is based on the stats, the frigate's traits and the finished expeditions of the frigate.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content="width=device-width, initial-scale=1"
name="viewport"
/>
<title>NMS Frigate Calculator</title>
<title>Frigate Calculator</title>
<script
src="./src/main.ts"
type="module"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nms-frigate-calculator",
"name": "frigate-calculator",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const progressClassName = computed(() => {
<template>
<header>
<NavBar />
<h1 class="text-center">NMS Frigate Calculator</h1>
<h1 class="text-center">Frigate Calculator</h1>
</header>

<main>
Expand Down
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"include": [
"src/**/*.ts",
"src/**/*.vue",
"src/**/*.json"
],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */

Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue';

// https://vitejs.dev/config/
export default defineConfig({
base: '/nms-frigate-calculator/',
base: '/frigate-calculator/',
plugins: [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit 2f63f22

Please sign in to comment.