feat: app icon and readme
This commit is contained in:
@@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile
|
||||
COPY . .
|
||||
|
||||
# Generate static site
|
||||
RUN pnpm build
|
||||
RUN pnpm generate
|
||||
|
||||
# Production stage
|
||||
FROM nginx:alpine
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
modules: [
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/image',
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"generate": "nuxi generate",
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"preview": "nuxt preview",
|
||||
|
||||
Reference in New Issue
Block a user