We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996066a commit c32c4b1Copy full SHA for c32c4b1
src/app/homepage/pages/techniques/mvc/mvc.component.ts
@@ -90,7 +90,7 @@ import { join } from 'path';
90
async function bootstrap() {
91
const app = await NestFactory.create(ApplicationModule, new FastifyAdapter());
92
app.useStaticAssets({
93
- root: join(__dirname, '..', public'),
+ root: join(__dirname, '..', 'public'),
94
prefix: '/public/',
95
});
96
app.setViewEngine({
0 commit comments